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
70 71 72 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 70 def archive_at @archive_at end |
#archived_at ⇒ Object
Returns the value of attribute archived_at
70 71 72 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 70 def archived_at @archived_at end |
#description ⇒ Object
Returns the value of attribute description
70 71 72 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 70 def description @description end |
#end_at ⇒ Object
Returns the value of attribute end_at
70 71 72 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 70 def end_at @end_at end |
#epam_options ⇒ Object
Returns the value of attribute epam_options
70 71 72 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 70 def @epam_options end |
#filter_query ⇒ Object
Returns the value of attribute filter_query
70 71 72 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 70 def filter_query @filter_query end |
#id ⇒ Object
Returns the value of attribute id
70 71 72 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 70 def id @id end |
#invitation_frequency ⇒ Object
Returns the value of attribute invitation_frequency
70 71 72 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 70 def invitation_frequency @invitation_frequency end |
#invitation_mode ⇒ Object
Returns the value of attribute invitation_mode
70 71 72 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 70 def invitation_mode @invitation_mode end |
#invitation_multiplier ⇒ Object
Returns the value of attribute invitation_multiplier
70 71 72 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 70 def invitation_multiplier @invitation_multiplier end |
#invitation_notification_topic ⇒ Object
Returns the value of attribute invitation_notification_topic
70 71 72 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 70 def invitation_notification_topic @invitation_notification_topic end |
#notification_payload ⇒ Object
Returns the value of attribute notification_payload
70 71 72 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 70 def notification_payload @notification_payload end |
#object ⇒ Object
Returns the value of attribute object
70 71 72 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 70 def object @object end |
#seats_max ⇒ Object
Returns the value of attribute seats_max
70 71 72 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 70 def seats_max @seats_max end |
#seats_min ⇒ Object
Returns the value of attribute seats_min
70 71 72 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 70 def seats_min @seats_min end |
#sort_query ⇒ Object
Returns the value of attribute sort_query
70 71 72 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 70 def sort_query @sort_query end |
#start_at ⇒ Object
Returns the value of attribute start_at
70 71 72 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 70 def start_at @start_at end |
#tasks ⇒ Object
Returns the value of attribute tasks
70 71 72 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 70 def tasks @tasks end |
#title ⇒ Object
Returns the value of attribute title
70 71 72 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 70 def title @title end |
#total_seats ⇒ Object
Returns the value of attribute total_seats
70 71 72 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 70 def total_seats @total_seats end |
#url ⇒ Object
Returns the value of attribute url
70 71 72 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 70 def url @url end |