Class: Lighthouse::TagResource

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

Instance Method Summary collapse

Methods inherited from Base

inherited

Instance Method Details

#nameObject



6
7
8
# File 'lib/lighthouse/tag_resource.rb', line 6

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

#tickets(options = {}) ⇒ Object



10
11
12
# File 'lib/lighthouse/tag_resource.rb', line 10

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