Class: Dms::Parser::HBody
- Inherits:
-
Struct
- Object
- Struct
- Dms::Parser::HBody
- Defined in:
- lib/dms/parser.rb
Overview
———- Heredocs ———-
Instance Attribute Summary collapse
-
#lines ⇒ Object
Returns the value of attribute lines.
-
#strip_depth ⇒ Object
Returns the value of attribute strip_depth.
Instance Attribute Details
#lines ⇒ Object
Returns the value of attribute lines
2507 2508 2509 |
# File 'lib/dms/parser.rb', line 2507 def lines @lines end |
#strip_depth ⇒ Object
Returns the value of attribute strip_depth
2507 2508 2509 |
# File 'lib/dms/parser.rb', line 2507 def strip_depth @strip_depth end |