Class: PlatformosCheck::SpaceInsideBraces::BlockMarkup
- Inherits:
-
Struct
- Object
- Struct
- PlatformosCheck::SpaceInsideBraces::BlockMarkup
- Defined in:
- lib/platformos_check/checks/space_inside_braces.rb
Instance Attribute Summary collapse
-
#markup ⇒ Object
Returns the value of attribute markup.
-
#node_markup_offset ⇒ Object
Returns the value of attribute node_markup_offset.
Instance Attribute Details
#markup ⇒ Object
Returns the value of attribute markup
31 32 33 |
# File 'lib/platformos_check/checks/space_inside_braces.rb', line 31 def markup @markup end |
#node_markup_offset ⇒ Object
Returns the value of attribute node_markup_offset
31 32 33 |
# File 'lib/platformos_check/checks/space_inside_braces.rb', line 31 def node_markup_offset @node_markup_offset end |