Class: Resumator::Activities::StatusChange
- Inherits:
-
Struct
- Object
- Struct
- Resumator::Activities::StatusChange
- Defined in:
- lib/resumator-client/activities.rb
Instance Attribute Summary collapse
-
#date ⇒ Object
Returns the value of attribute date.
-
#from ⇒ Object
Returns the value of attribute from.
-
#position ⇒ Object
Returns the value of attribute position.
-
#time ⇒ Object
Returns the value of attribute time.
-
#to ⇒ Object
Returns the value of attribute to.
Instance Attribute Details
#date ⇒ Object
Returns the value of attribute date
5 6 7 |
# File 'lib/resumator-client/activities.rb', line 5 def date @date end |
#from ⇒ Object
Returns the value of attribute from
5 6 7 |
# File 'lib/resumator-client/activities.rb', line 5 def from @from end |
#position ⇒ Object
Returns the value of attribute position
5 6 7 |
# File 'lib/resumator-client/activities.rb', line 5 def position @position end |
#time ⇒ Object
Returns the value of attribute time
5 6 7 |
# File 'lib/resumator-client/activities.rb', line 5 def time @time end |
#to ⇒ Object
Returns the value of attribute to
5 6 7 |
# File 'lib/resumator-client/activities.rb', line 5 def to @to end |