Class: Lighthouse::TagResource
- Defined in:
- lib/lighthouse.rb
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
permalink #name ⇒ Object
[View source]
330 331 332 |
# File 'lib/lighthouse.rb', line 330 def name @name ||= Tag.new(attributes['name'], [:project_id]) end |
permalink #tickets(options = {}) ⇒ Object
[View source]
334 335 336 |
# File 'lib/lighthouse.rb', line 334 def tickets( = {}) name.tickets() end |