Class: ANN_Staff
- Inherits:
-
Struct
- Object
- Struct
- ANN_Staff
- Defined in:
- lib/ann_wrapper/ann.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
40 41 42 |
# File 'lib/ann_wrapper/ann.rb', line 40 def id @id end |
#name ⇒ Object
Returns the value of attribute name
40 41 42 |
# File 'lib/ann_wrapper/ann.rb', line 40 def name @name end |
#task ⇒ Object
Returns the value of attribute task
40 41 42 |
# File 'lib/ann_wrapper/ann.rb', line 40 def task @task end |