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



160
161
162
# File 'lib/syntax_tree/haml/format.rb', line 160

def quote
  @quote
end

#valueObject

Returns the value of attribute value



160
161
162
# File 'lib/syntax_tree/haml/format.rb', line 160

def value
  @value
end