Class: BoilerPlater::Parser::BoilerPlate

Inherits:
Object
  • Object
show all
Defined in:
lib/parser.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(content) ⇒ BoilerPlate

Returns a new instance of BoilerPlate.



58
59
60
# File 'lib/parser.rb', line 58

def initialize(content)
  @content = content
end

Instance Attribute Details

#contentObject (readonly)

Returns the value of attribute content.



56
57
58
# File 'lib/parser.rb', line 56

def content
  @content
end