Class: Basecamp::Services::TodolistsExtensions::TodolistFields
- Inherits:
-
Struct
- Object
- Struct
- Basecamp::Services::TodolistsExtensions::TodolistFields
- Defined in:
- lib/basecamp/services/todolists_extensions.rb
Overview
A todolist's full writable state, yielded to the edit block. The
whole struct is PUT back to the server, so clearing a field means
setting it empty ("") — there is no third state. The writable
set is exactly what BC3 permits: name and description.
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
28 29 30 |
# File 'lib/basecamp/services/todolists_extensions.rb', line 28 def description @description end |
#name ⇒ Object
Returns the value of attribute name
28 29 30 |
# File 'lib/basecamp/services/todolists_extensions.rb', line 28 def name @name end |