Class: SyntaxTree::Haml::Format::StringHashValue
- Inherits:
-
Struct
- Object
- Struct
- SyntaxTree::Haml::Format::StringHashValue
- Defined in:
- lib/syntax_tree/haml/format.rb
Instance Attribute Summary collapse
-
#quote ⇒ Object
Returns the value of attribute quote.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#quote ⇒ Object
Returns the value of attribute quote
160 161 162 |
# File 'lib/syntax_tree/haml/format.rb', line 160 def quote @quote end |
#value ⇒ Object
Returns the value of attribute value
160 161 162 |
# File 'lib/syntax_tree/haml/format.rb', line 160 def value @value end |