Class: SyntaxTree::Haml::Format::StringHashValue

Inherits:
Struct
  • Object
show all
Defined in:
lib/syntax_tree/haml/format.rb

Instance Attribute Summary collapse

Instance Attribute Details

#quote ⇒ Object

Returns the value of attribute quote

Returns:

  • (Object) —

    the current value of quote



147
148
149
# File 'lib/syntax_tree/haml/format.rb', line 147

def quote
  @quote
end

#value ⇒ Object

Returns the value of attribute value

Returns:

  • (Object) —

    the current value of value



147
148
149
# File 'lib/syntax_tree/haml/format.rb', line 147

def value
  @value
end