Class: RedShift::Component::Literal
Instance Attribute Summary collapse
-
#literal_value ⇒ Object
Returns the value of attribute literal_value.
Instance Method Summary collapse
-
#initialize(val) ⇒ Literal
constructor
A new instance of Literal.
Constructor Details
#initialize(val) ⇒ Literal
Returns a new instance of Literal.
186 |
# File 'lib/redshift/component.rb', line 186 def initialize val; self.literal_value = val; end |
Instance Attribute Details
#literal_value ⇒ Object
Returns the value of attribute literal_value.
185 186 187 |
# File 'lib/redshift/component.rb', line 185 def literal_value @literal_value end |