Class: RageRender::Language::Conditional

Inherits:
Struct
  • Object
show all
Defined in:
lib/ragerender/language.rb

Instance Attribute Summary collapse

Instance Attribute Details

#lhsObject

Returns the value of attribute lhs

Returns:

  • (Object)

    the current value of lhs



10
11
12
# File 'lib/ragerender/language.rb', line 10

def lhs
  @lhs
end

#operatorObject

Returns the value of attribute operator

Returns:

  • (Object)

    the current value of operator



10
11
12
# File 'lib/ragerender/language.rb', line 10

def operator
  @operator
end

#reversedObject

Returns the value of attribute reversed

Returns:

  • (Object)

    the current value of reversed



10
11
12
# File 'lib/ragerender/language.rb', line 10

def reversed
  @reversed
end

#rhsObject

Returns the value of attribute rhs

Returns:

  • (Object)

    the current value of rhs



10
11
12
# File 'lib/ragerender/language.rb', line 10

def rhs
  @rhs
end