Class: HabiticaClient::Task
- Extended by:
- DateAccessor, Hashup
- Defined in:
- lib/habitica_client/task.rb,
lib/habitica_client/task/type.rb,
lib/habitica_client/task/status.rb,
lib/habitica_client/task/date_accessor.rb
Overview
rubocop:disable Style/UnneededInterpolation
Defined Under Namespace
Modules: DateAccessor, Status, Type
Instance Attribute Summary collapse
-
#attribute ⇒ Object
Returns the value of attribute attribute.
-
#challenge ⇒ Object
Returns the value of attribute challenge.
-
#checklist ⇒ Object
Returns the value of attribute checklist.
-
#collapse_checklist ⇒ Object
Returns the value of attribute collapse_checklist.
-
#completed ⇒ Object
Returns the value of attribute completed.
-
#down ⇒ Object
Returns the value of attribute down.
-
#every_x ⇒ Object
Returns the value of attribute every_x.
-
#frequency ⇒ Object
Returns the value of attribute frequency.
-
#group ⇒ Object
Returns the value of attribute group.
-
#history ⇒ Object
Returns the value of attribute history.
-
#id ⇒ Object
Returns the value of attribute id.
-
#notes ⇒ Object
Returns the value of attribute notes.
-
#priority ⇒ Object
Returns the value of attribute priority.
-
#reminders ⇒ Object
Returns the value of attribute reminders.
-
#repeat ⇒ Object
Returns the value of attribute repeat.
-
#streak ⇒ Object
Returns the value of attribute streak.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#text ⇒ Object
Returns the value of attribute text.
-
#type ⇒ Object
Returns the value of attribute type.
-
#up ⇒ Object
Returns the value of attribute up.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
-
#value ⇒ Object
Returns the value of attribute value.
Attributes inherited from ApiBase
Method Summary
Methods included from DateAccessor
Methods included from Hashup
Methods included from Type
Methods included from Status
Methods inherited from Restful
#attributes=, #delete, #initialize, #new?, #save, #to_json
Methods included from Restful::ClassMethods
Methods inherited from ApiBase
#data, #endpoint, endpoint, #initialize
Constructor Details
This class inherits a constructor from HabiticaClient::Restful
Instance Attribute Details
#attribute ⇒ Object
Returns the value of attribute attribute.
23 24 25 |
# File 'lib/habitica_client/task.rb', line 23 def attribute @attribute end |
#challenge ⇒ Object
Returns the value of attribute challenge.
23 24 25 |
# File 'lib/habitica_client/task.rb', line 23 def challenge @challenge end |
#checklist ⇒ Object
Returns the value of attribute checklist.
23 24 25 |
# File 'lib/habitica_client/task.rb', line 23 def checklist @checklist end |
#collapse_checklist ⇒ Object
Returns the value of attribute collapse_checklist.
23 24 25 |
# File 'lib/habitica_client/task.rb', line 23 def collapse_checklist @collapse_checklist end |
#completed ⇒ Object
Returns the value of attribute completed.
23 24 25 |
# File 'lib/habitica_client/task.rb', line 23 def completed @completed end |
#down ⇒ Object
Returns the value of attribute down.
23 24 25 |
# File 'lib/habitica_client/task.rb', line 23 def down @down end |
#every_x ⇒ Object
Returns the value of attribute every_x.
23 24 25 |
# File 'lib/habitica_client/task.rb', line 23 def every_x @every_x end |
#frequency ⇒ Object
Returns the value of attribute frequency.
23 24 25 |
# File 'lib/habitica_client/task.rb', line 23 def frequency @frequency end |
#group ⇒ Object
Returns the value of attribute group.
23 24 25 |
# File 'lib/habitica_client/task.rb', line 23 def group @group end |
#history ⇒ Object
Returns the value of attribute history.
23 24 25 |
# File 'lib/habitica_client/task.rb', line 23 def history @history end |
#id ⇒ Object
Returns the value of attribute id.
23 24 25 |
# File 'lib/habitica_client/task.rb', line 23 def id @id end |
#notes ⇒ Object
Returns the value of attribute notes.
23 24 25 |
# File 'lib/habitica_client/task.rb', line 23 def notes @notes end |
#priority ⇒ Object
Returns the value of attribute priority.
23 24 25 |
# File 'lib/habitica_client/task.rb', line 23 def priority @priority end |
#reminders ⇒ Object
Returns the value of attribute reminders.
23 24 25 |
# File 'lib/habitica_client/task.rb', line 23 def reminders @reminders end |
#repeat ⇒ Object
Returns the value of attribute repeat.
23 24 25 |
# File 'lib/habitica_client/task.rb', line 23 def repeat @repeat end |
#streak ⇒ Object
Returns the value of attribute streak.
23 24 25 |
# File 'lib/habitica_client/task.rb', line 23 def streak @streak end |
#tags ⇒ Object
Returns the value of attribute tags.
23 24 25 |
# File 'lib/habitica_client/task.rb', line 23 def @tags end |
#text ⇒ Object
Returns the value of attribute text.
23 24 25 |
# File 'lib/habitica_client/task.rb', line 23 def text @text end |
#type ⇒ Object
Returns the value of attribute type.
23 24 25 |
# File 'lib/habitica_client/task.rb', line 23 def type @type end |
#up ⇒ Object
Returns the value of attribute up.
23 24 25 |
# File 'lib/habitica_client/task.rb', line 23 def up @up end |
#user_id ⇒ Object
Returns the value of attribute user_id.
23 24 25 |
# File 'lib/habitica_client/task.rb', line 23 def user_id @user_id end |
#value ⇒ Object
Returns the value of attribute value.
23 24 25 |
# File 'lib/habitica_client/task.rb', line 23 def value @value end |