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



350
351
352
# File 'lib/fresnel/lighthouse.rb', line 350

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

#tickets(options = {}) ⇒ Object



354
355
356
# File 'lib/fresnel/lighthouse.rb', line 354

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