Module: TaskReport::User
- Defined in:
- lib/task_report/user.rb
Class Attribute Summary collapse
-
.api_token ⇒ Object
Returns the value of attribute api_token.
-
.name ⇒ Object
Returns the value of attribute name.
Class Attribute Details
.api_token ⇒ Object
Returns the value of attribute api_token.
4 5 6 |
# File 'lib/task_report/user.rb', line 4 def api_token @api_token end |
.name ⇒ Object
Returns the value of attribute name.
4 5 6 |
# File 'lib/task_report/user.rb', line 4 def name @name end |