Class: SpreeCmCommissioner::EventQrGenerator::EventQrStruct

Inherits:
Struct
  • Object
show all
Defined in:
app/interactors/spree_cm_commissioner/event_qr_generator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#expired_atObject

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

#idObject

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_dataObject

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