Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
wallet
master
Application
Wallet
Constants
Models
DateTime
Event
Image
Location
QuickResponseCode
TicketHolder
WalletWeb
Controllers
PasscardController
Exceptions
NotFound
Middleware
Authorization
Built with Crystal 1.9.2
2023-10-07 19:11:26 UTC
class
Wallet::Models::QuickResponseCode
Wallet::Models::QuickResponseCode
Reference
Object
Included Modules
JSON::Serializable
Defined in:
wallet/models/quick_response_code.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#alt_text
: String
#alt_text=
(alt_text : String)
#value
: String
#value=
(value : String)
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
alt_text
: String
#
[
View source
]
def
alt_text=
(alt_text : String)
#
[
View source
]
def
value
: String
#
[
View source
]
def
value=
(value : String)
#
[
View source
]