Class: Worklog::Decorator::Person
- Inherits:
-
Struct
- Object
- Struct
- Worklog::Decorator::Person
- Defined in:
- lib/worklog/decorator.rb
Instance Attribute Summary collapse
-
#date ⇒ Object
Returns the value of attribute date.
-
#reward ⇒ Object
Returns the value of attribute reward.
-
#spent ⇒ Object
Returns the value of attribute spent.
-
#task ⇒ Object
Returns the value of attribute task.
Instance Attribute Details
#date ⇒ Object
Returns the value of attribute date
13 14 15 |
# File 'lib/worklog/decorator.rb', line 13 def date @date end |
#reward ⇒ Object
Returns the value of attribute reward
13 14 15 |
# File 'lib/worklog/decorator.rb', line 13 def reward @reward end |
#spent ⇒ Object
Returns the value of attribute spent
13 14 15 |
# File 'lib/worklog/decorator.rb', line 13 def spent @spent end |
#task ⇒ Object
Returns the value of attribute task
13 14 15 |
# File 'lib/worklog/decorator.rb', line 13 def task @task end |