Class: Symian::Activity

Inherits:
Struct
  • Object
show all
Defined in:
lib/symian/operator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeObject

Returns the value of attribute end_time

Returns:

  • (Object)

    the current value of end_time



5
6
7
# File 'lib/symian/operator.rb', line 5

def end_time
  @end_time
end

#iidObject

Returns the value of attribute iid

Returns:

  • (Object)

    the current value of iid



5
6
7
# File 'lib/symian/operator.rb', line 5

def iid
  @iid
end

#start_timeObject

Returns the value of attribute start_time

Returns:

  • (Object)

    the current value of start_time



5
6
7
# File 'lib/symian/operator.rb', line 5

def start_time
  @start_time
end