Class: CirroIOV2::Responses::GigTimeActivityResponse
- Inherits:
-
Struct
- Object
- Struct
- CirroIOV2::Responses::GigTimeActivityResponse
- Includes:
- Base
- Defined in:
- lib/cirro_io_v2/responses/responses.rb
Instance Attribute Summary collapse
-
#date ⇒ Object
Returns the value of attribute date.
-
#description ⇒ Object
Returns the value of attribute description.
-
#duration_in_ms ⇒ Object
Returns the value of attribute duration_in_ms.
-
#gig_id ⇒ Object
Returns the value of attribute gig_id.
-
#id ⇒ Object
Returns the value of attribute id.
-
#object ⇒ Object
Returns the value of attribute object.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Method Summary
Methods included from Base
Instance Attribute Details
#date ⇒ Object
Returns the value of attribute date
105 106 107 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 105 def date @date end |
#description ⇒ Object
Returns the value of attribute description
105 106 107 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 105 def description @description end |
#duration_in_ms ⇒ Object
Returns the value of attribute duration_in_ms
105 106 107 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 105 def duration_in_ms @duration_in_ms end |
#gig_id ⇒ Object
Returns the value of attribute gig_id
105 106 107 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 105 def gig_id @gig_id end |
#id ⇒ Object
Returns the value of attribute id
105 106 107 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 105 def id @id end |
#object ⇒ Object
Returns the value of attribute object
105 106 107 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 105 def object @object end |
#user_id ⇒ Object
Returns the value of attribute user_id
105 106 107 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 105 def user_id @user_id end |