Class: Symian::Activity
- Inherits:
-
Struct
- Object
- Struct
- Symian::Activity
- Defined in:
- lib/symian/operator.rb
Instance Attribute Summary collapse
-
#end_time ⇒ Object
Returns the value of attribute end_time.
-
#iid ⇒ Object
Returns the value of attribute iid.
-
#start_time ⇒ Object
Returns the value of attribute start_time.
Instance Attribute Details
#end_time ⇒ Object
Returns the value of attribute end_time
5 6 7 |
# File 'lib/symian/operator.rb', line 5 def end_time @end_time end |
#iid ⇒ Object
Returns the value of attribute iid
5 6 7 |
# File 'lib/symian/operator.rb', line 5 def iid @iid end |
#start_time ⇒ Object
Returns the value of attribute start_time
5 6 7 |
# File 'lib/symian/operator.rb', line 5 def start_time @start_time end |