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
104 105 106 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 104 def date @date end |
#description ⇒ Object
Returns the value of attribute description
104 105 106 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 104 def description @description end |
#duration_in_ms ⇒ Object
Returns the value of attribute duration_in_ms
104 105 106 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 104 def duration_in_ms @duration_in_ms end |
#gig_id ⇒ Object
Returns the value of attribute gig_id
104 105 106 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 104 def gig_id @gig_id end |
#id ⇒ Object
Returns the value of attribute id
104 105 106 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 104 def id @id end |
#object ⇒ Object
Returns the value of attribute object
104 105 106 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 104 def object @object end |
#user_id ⇒ Object
Returns the value of attribute user_id
104 105 106 |
# File 'lib/cirro_io_v2/responses/responses.rb', line 104 def user_id @user_id end |