Class: RageRender::Language::Conditional
- Inherits:
-
Struct
- Object
- Struct
- RageRender::Language::Conditional
- Defined in:
- lib/ragerender/language.rb
Instance Attribute Summary collapse
-
#lhs ⇒ Object
Returns the value of attribute lhs.
-
#operator ⇒ Object
Returns the value of attribute operator.
-
#reversed ⇒ Object
Returns the value of attribute reversed.
-
#rhs ⇒ Object
Returns the value of attribute rhs.
Instance Attribute Details
#lhs ⇒ Object
Returns the value of attribute lhs
10 11 12 |
# File 'lib/ragerender/language.rb', line 10 def lhs @lhs end |
#operator ⇒ Object
Returns the value of attribute operator
10 11 12 |
# File 'lib/ragerender/language.rb', line 10 def operator @operator end |
#reversed ⇒ Object
Returns the value of attribute reversed
10 11 12 |
# File 'lib/ragerender/language.rb', line 10 def reversed @reversed end |
#rhs ⇒ Object
Returns the value of attribute rhs
10 11 12 |
# File 'lib/ragerender/language.rb', line 10 def rhs @rhs end |