Class: Lighthouse::TagResource
- Defined in:
- lib/lighthouse/tag_resource.rb
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#name ⇒ Object
6 7 8 |
# File 'lib/lighthouse/tag_resource.rb', line 6 def name @name ||= Tag.new(attributes['name'], [:project_id]) end |
#tickets(options = {}) ⇒ Object
10 11 12 |
# File 'lib/lighthouse/tag_resource.rb', line 10 def tickets( = {}) name.tickets() end |