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.
183 |
# File 'lib/redshift/component.rb', line 183 def initialize val; self.literal_value = val; end |
Instance Attribute Details
#literal_value ⇒ Object
Returns the value of attribute literal_value.
182 183 184 |
# File 'lib/redshift/component.rb', line 182 def literal_value @literal_value end |