Class: Debtective::Todos::List::Author
- Inherits:
-
Struct
- Object
- Struct
- Debtective::Todos::List::Author
- Defined in:
- lib/debtective/todos/list.rb
Instance Attribute Summary collapse
-
#email ⇒ Object
Returns the value of attribute email.
-
#name ⇒ Object
Returns the value of attribute name.
-
#todos ⇒ Object
Returns the value of attribute todos.
Instance Attribute Details
#email ⇒ Object
Returns the value of attribute email
9 10 11 |
# File 'lib/debtective/todos/list.rb', line 9 def email @email end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/debtective/todos/list.rb', line 9 def name @name end |
#todos ⇒ Object
Returns the value of attribute todos
9 10 11 |
# File 'lib/debtective/todos/list.rb', line 9 def todos @todos end |