Class: PivotalAPI::Label

Inherits:
Base
  • Object
show all
Defined in:
lib/pivotal-tracker-api/label.rb

Direct Known Subclasses

Labels

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

from_json, #initialize, #to_json

Constructor Details

This class inherits a constructor from PivotalAPI::Base

Instance Attribute Details

#countsObject

Returns the value of attribute counts.



26
27
28
# File 'lib/pivotal-tracker-api/label.rb', line 26

def counts
  @counts
end

#created_atObject

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

#idObject

Returns the value of attribute id.



26
27
28
# File 'lib/pivotal-tracker-api/label.rb', line 26

def id
  @id
end

#kindObject

Returns the value of attribute kind.



26
27
28
# File 'lib/pivotal-tracker-api/label.rb', line 26

def kind
  @kind
end

#nameObject

Returns the value of attribute name.



26
27
28
# File 'lib/pivotal-tracker-api/label.rb', line 26

def name
  @name
end

#project_idObject

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_atObject

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