Class: PivotalAPI::Label
Direct Known Subclasses
Instance Attribute Summary collapse
-
#counts ⇒ Object
Returns the value of attribute counts.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#id ⇒ Object
Returns the value of attribute id.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#name ⇒ Object
Returns the value of attribute name.
-
#project_id ⇒ Object
Returns the value of attribute project_id.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
Method Summary
Methods inherited from Base
from_json, #initialize, #to_json
Constructor Details
This class inherits a constructor from PivotalAPI::Base
Instance Attribute Details
#counts ⇒ Object
Returns the value of attribute counts.
26 27 28 |
# File 'lib/pivotal-tracker-api/label.rb', line 26 def counts @counts end |
#created_at ⇒ Object
Returns the value of attribute created_at.
26 27 28 |
# File 'lib/pivotal-tracker-api/label.rb', line 26 def created_at @created_at end |
#id ⇒ Object
Returns the value of attribute id.
26 27 28 |
# File 'lib/pivotal-tracker-api/label.rb', line 26 def id @id end |
#kind ⇒ Object
Returns the value of attribute kind.
26 27 28 |
# File 'lib/pivotal-tracker-api/label.rb', line 26 def kind @kind end |
#name ⇒ Object
Returns the value of attribute name.
26 27 28 |
# File 'lib/pivotal-tracker-api/label.rb', line 26 def name @name end |
#project_id ⇒ Object
Returns the value of attribute project_id.
26 27 28 |
# File 'lib/pivotal-tracker-api/label.rb', line 26 def project_id @project_id end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
26 27 28 |
# File 'lib/pivotal-tracker-api/label.rb', line 26 def updated_at @updated_at end |