Class: Lighthouse::TagResource

Inherits:
Base
  • Object
show all
Defined in:
lib/fresnel/lighthouse.rb

Instance Method Summary collapse

Methods inherited from Base

inherited

Instance Method Details

#nameObject



348
349
350
# File 'lib/fresnel/lighthouse.rb', line 348

def name
  @name ||= Tag.new(attributes['name'], prefix_options[:project_id])
end

#tickets(options = {}) ⇒ Object



352
353
354
# File 'lib/fresnel/lighthouse.rb', line 352

def tickets(options = {})
  name.tickets(options)
end