Class: ANN_Staff
- Inherits:
-
Struct
- Object
- Struct
- ANN_Staff
- Defined in:
- lib/ann_wrapper/ann_objects.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#task ⇒ Object
Returns the value of attribute task.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
44 45 46 |
# File 'lib/ann_wrapper/ann_objects.rb', line 44 def id @id end |
#name ⇒ Object
Returns the value of attribute name
44 45 46 |
# File 'lib/ann_wrapper/ann_objects.rb', line 44 def name @name end |
#task ⇒ Object
Returns the value of attribute task
44 45 46 |
# File 'lib/ann_wrapper/ann_objects.rb', line 44 def task @task end |