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

#quoteObject

Returns the value of attribute quote

Returns:

  • (Object)

    the current value of quote



164
165
166
# File 'lib/syntax_tree/haml/format.rb', line 164

def quote
  @quote
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



164
165
166
# File 'lib/syntax_tree/haml/format.rb', line 164

def value
  @value
end