Class: Lighthouse::TagResource
- Defined in:
- lib/fresnel/lighthouse.rb
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#name ⇒ Object
350 351 352 |
# File 'lib/fresnel/lighthouse.rb', line 350 def name @name ||= Tag.new(attributes['name'], [:project_id]) end |
#tickets(options = {}) ⇒ Object
354 355 356 |
# File 'lib/fresnel/lighthouse.rb', line 354 def tickets( = {}) name.tickets() end |