Class: Rocksky::Generated::StatusRecord
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::StatusRecord
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#expiresAt ⇒ Object
Returns the value of attribute expiresAt.
-
#startedAt ⇒ Object
Returns the value of attribute startedAt.
-
#track ⇒ Object
Returns the value of attribute track.
Instance Attribute Details
#expiresAt ⇒ Object
Returns the value of attribute expiresAt
211 212 213 |
# File 'lib/rocksky/generated/types.rb', line 211 def expiresAt @expiresAt end |
#startedAt ⇒ Object
Returns the value of attribute startedAt
211 212 213 |
# File 'lib/rocksky/generated/types.rb', line 211 def startedAt @startedAt end |
#track ⇒ Object
Returns the value of attribute track
211 212 213 |
# File 'lib/rocksky/generated/types.rb', line 211 def track @track end |