Class: XRay::JS::Expression
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Element
Instance Method Summary collapse
Methods inherited from Element
#contains?, #initialize, #position, #text
Constructor Details
This class inherits a constructor from XRay::JS::Element
Instance Method Details
#left_hand=(left_hand) ⇒ Object
202 203 204 |
# File 'lib/js/struct.rb', line 202 def left_hand=(left_hand) @left_hand = left_hand end |
#left_hand? ⇒ Boolean
198 199 200 |
# File 'lib/js/struct.rb', line 198 def left_hand? @left_hand || false end |