Class: Clubhouse::Category
- Inherits:
-
ClubhouseResource
- Object
- ClubhouseResource
- Clubhouse::Category
- Defined in:
- lib/clubhouse2/category.rb
Instance Attribute Summary collapse
-
#archived ⇒ Object
readonly
Returns the value of attribute archived.
-
#color ⇒ Object
readonly
Returns the value of attribute color.
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#entity_type ⇒ Object
readonly
Returns the value of attribute entity_type.
-
#external_id ⇒ Object
readonly
Returns the value of attribute external_id.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#updated_at ⇒ Object
readonly
Returns the value of attribute updated_at.
Class Method Summary collapse
Methods inherited from ClubhouseResource
#api_url, #delete!, #flush, inherited, #initialize, property_filter_create, property_filter_update, #resolve_to_ids, #set_properties, subclass, #to_h, #update, validate, #value_format
Constructor Details
This class inherits a constructor from Clubhouse::ClubhouseResource
Instance Attribute Details
#archived ⇒ Object (readonly)
Returns the value of attribute archived.
3 4 5 |
# File 'lib/clubhouse2/category.rb', line 3 def archived @archived end |
#color ⇒ Object (readonly)
Returns the value of attribute color.
3 4 5 |
# File 'lib/clubhouse2/category.rb', line 3 def color @color end |
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at.
3 4 5 |
# File 'lib/clubhouse2/category.rb', line 3 def created_at @created_at end |
#entity_type ⇒ Object (readonly)
Returns the value of attribute entity_type.
3 4 5 |
# File 'lib/clubhouse2/category.rb', line 3 def entity_type @entity_type end |
#external_id ⇒ Object (readonly)
Returns the value of attribute external_id.
3 4 5 |
# File 'lib/clubhouse2/category.rb', line 3 def external_id @external_id end |
#id ⇒ Object (readonly)
Returns the value of attribute id.
3 4 5 |
# File 'lib/clubhouse2/category.rb', line 3 def id @id end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
3 4 5 |
# File 'lib/clubhouse2/category.rb', line 3 def name @name end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
3 4 5 |
# File 'lib/clubhouse2/category.rb', line 3 def type @type end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at.
3 4 5 |
# File 'lib/clubhouse2/category.rb', line 3 def updated_at @updated_at end |
Class Method Details
.api_url ⇒ Object
5 6 7 |
# File 'lib/clubhouse2/category.rb', line 5 def self.api_url 'categories' end |