Class: Chiketto::Attendee
Instance Attribute Summary collapse
-
#answers ⇒ Object
Returns the value of attribute answers.
-
#email ⇒ Object
Returns the value of attribute email.
-
#quantity ⇒ Object
Returns the value of attribute quantity.
-
#status ⇒ Object
Returns the value of attribute status.
-
#ticket_id ⇒ Object
Returns the value of attribute ticket_id.
Attributes inherited from Resource
Method Summary
Methods inherited from Resource
endpoint, get, #initialize, query, token
Methods included from AttrDSL
Constructor Details
This class inherits a constructor from Chiketto::Resource
Instance Attribute Details
#answers ⇒ Object
Returns the value of attribute answers.
3 4 5 |
# File 'lib/chiketto/attendee.rb', line 3 def answers @answers end |
#email ⇒ Object
Returns the value of attribute email.
3 4 5 |
# File 'lib/chiketto/attendee.rb', line 3 def email @email end |
#quantity ⇒ Object
Returns the value of attribute quantity.
3 4 5 |
# File 'lib/chiketto/attendee.rb', line 3 def quantity @quantity end |
#status ⇒ Object
Returns the value of attribute status.
3 4 5 |
# File 'lib/chiketto/attendee.rb', line 3 def status @status end |
#ticket_id ⇒ Object
Returns the value of attribute ticket_id.
3 4 5 |
# File 'lib/chiketto/attendee.rb', line 3 def ticket_id @ticket_id end |