Class: SpreeCmCommissioner::EventQrGenerator::EventQrStruct
- Inherits:
-
Struct
- Object
- Struct
- SpreeCmCommissioner::EventQrGenerator::EventQrStruct
- Defined in:
- app/interactors/spree_cm_commissioner/event_qr_generator.rb
Instance Attribute Summary collapse
-
#expired_at ⇒ Object
Returns the value of attribute expired_at.
-
#id ⇒ Object
Returns the value of attribute id.
-
#qr_data ⇒ Object
Returns the value of attribute qr_data.
Instance Attribute Details
#expired_at ⇒ Object
Returns the value of attribute expired_at
5 6 7 |
# File 'app/interactors/spree_cm_commissioner/event_qr_generator.rb', line 5 def expired_at @expired_at end |
#id ⇒ Object
Returns the value of attribute id
5 6 7 |
# File 'app/interactors/spree_cm_commissioner/event_qr_generator.rb', line 5 def id @id end |
#qr_data ⇒ Object
Returns the value of attribute qr_data
5 6 7 |
# File 'app/interactors/spree_cm_commissioner/event_qr_generator.rb', line 5 def qr_data @qr_data end |