Class: Resumator::Activities::StatusChange

Inherits:
Struct
  • Object
show all
Defined in:
lib/resumator-client/activities.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dateObject

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



5
6
7
# File 'lib/resumator-client/activities.rb', line 5

def date
  @date
end

#fromObject

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



5
6
7
# File 'lib/resumator-client/activities.rb', line 5

def from
  @from
end

#positionObject

Returns the value of attribute position

Returns:

  • (Object)

    the current value of position



5
6
7
# File 'lib/resumator-client/activities.rb', line 5

def position
  @position
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



5
6
7
# File 'lib/resumator-client/activities.rb', line 5

def time
  @time
end

#toObject

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



5
6
7
# File 'lib/resumator-client/activities.rb', line 5

def to
  @to
end