Method: Lighthouse::Tag#initialize

Defined in:
lib/fresnel/lighthouse.rb

#initialize(s, project_id) ⇒ Tag

Returns a new instance of Tag.



363
364
365
366
# File 'lib/fresnel/lighthouse.rb', line 363

def initialize(s, project_id)
  @project_id = project_id
  super(s)
end