Class: CirroIOV2::Responses::GigResponse
- Inherits:
-
Struct
- Object
- Struct
- CirroIOV2::Responses::GigResponse
- Includes:
- Base
- Defined in:
- lib/cirro_io_v2/responses/responses.rb
Instance Attribute Summary collapse
-
#archive_at ⇒ Object
Returns the value of attribute archive_at.
-
#archived_at ⇒ Object
Returns the value of attribute archived_at.
-
#description ⇒ Object
Returns the value of attribute description.
-
#end_at ⇒ Object
Returns the value of attribute end_at.
-
#epam_options ⇒ Object
Returns the value of attribute epam_options.
-
#filter_query ⇒ Object
Returns the value of attribute filter_query.
-
#id ⇒ Object
Returns the value of attribute id.
-
#invitation_frequency ⇒ Object
Returns the value of attribute invitation_frequency.
-
#invitation_mode ⇒ Object
Returns the value of attribute invitation_mode.
-
#invitation_multiplier ⇒ Object
Returns the value of attribute invitation_multiplier.
-
#invitation_notification_topic ⇒ Object
Returns the value of attribute invitation_notification_topic.
-
#notification_payload ⇒ Object
Returns the value of attribute notification_payload.
-
#object ⇒ Object
Returns the value of attribute object.
-
#seats_max ⇒ Object
Returns the value of attribute seats_max.
-
#seats_min ⇒ Object
Returns the value of attribute seats_min.
-
#sort_query ⇒ Object
Returns the value of attribute sort_query.
-
#start_at ⇒ Object
Returns the value of attribute start_at.
-
#tasks ⇒ Object
Returns the value of attribute tasks.
-
#title ⇒ Object
Returns the value of attribute title.
-
#total_seats ⇒ Object
Returns the value of attribute total_seats.
-
#url ⇒ Object
Returns the value of attribute url.
Method Summary
Methods included from Base
Instance Attribute Details
#archive_at ⇒ Object
Returns the value of attribute archive_at
71 72 73 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 71 def archive_at @archive_at end |
#archived_at ⇒ Object
Returns the value of attribute archived_at
71 72 73 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 71 def archived_at @archived_at end |
#description ⇒ Object
Returns the value of attribute description
71 72 73 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 71 def description @description end |
#end_at ⇒ Object
Returns the value of attribute end_at
71 72 73 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 71 def end_at @end_at end |
#epam_options ⇒ Object
Returns the value of attribute epam_options
71 72 73 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 71 def @epam_options end |
#filter_query ⇒ Object
Returns the value of attribute filter_query
71 72 73 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 71 def filter_query @filter_query end |
#id ⇒ Object
Returns the value of attribute id
71 72 73 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 71 def id @id end |
#invitation_frequency ⇒ Object
Returns the value of attribute invitation_frequency
71 72 73 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 71 def invitation_frequency @invitation_frequency end |
#invitation_mode ⇒ Object
Returns the value of attribute invitation_mode
71 72 73 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 71 def invitation_mode @invitation_mode end |
#invitation_multiplier ⇒ Object
Returns the value of attribute invitation_multiplier
71 72 73 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 71 def invitation_multiplier @invitation_multiplier end |
#invitation_notification_topic ⇒ Object
Returns the value of attribute invitation_notification_topic
71 72 73 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 71 def invitation_notification_topic @invitation_notification_topic end |
#notification_payload ⇒ Object
Returns the value of attribute notification_payload
71 72 73 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 71 def notification_payload @notification_payload end |
#object ⇒ Object
Returns the value of attribute object
71 72 73 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 71 def object @object end |
#seats_max ⇒ Object
Returns the value of attribute seats_max
71 72 73 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 71 def seats_max @seats_max end |
#seats_min ⇒ Object
Returns the value of attribute seats_min
71 72 73 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 71 def seats_min @seats_min end |
#sort_query ⇒ Object
Returns the value of attribute sort_query
71 72 73 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 71 def sort_query @sort_query end |
#start_at ⇒ Object
Returns the value of attribute start_at
71 72 73 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 71 def start_at @start_at end |
#tasks ⇒ Object
Returns the value of attribute tasks
71 72 73 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 71 def tasks @tasks end |
#title ⇒ Object
Returns the value of attribute title
71 72 73 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 71 def title @title end |
#total_seats ⇒ Object
Returns the value of attribute total_seats
71 72 73 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 71 def total_seats @total_seats end |
#url ⇒ Object
Returns the value of attribute url
71 72 73 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 71 def url @url end |