Class: BoilerPlater::Parser::BoilerPlate
- Inherits:
-
Object
- Object
- BoilerPlater::Parser::BoilerPlate
- Defined in:
- lib/parser.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
readonly
Returns the value of attribute content.
Instance Method Summary collapse
-
#initialize(content) ⇒ BoilerPlate
constructor
A new instance of BoilerPlate.
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
#content ⇒ Object (readonly)
Returns the value of attribute content.
56 57 58 |
# File 'lib/parser.rb', line 56 def content @content end |