Class: Gemite::AST::IndexAccess
- Inherits:
-
Struct
- Object
- Struct
- Gemite::AST::IndexAccess
- Defined in:
- lib/gemite/ast.rb
Instance Attribute Summary collapse
-
#index ⇒ Object
Returns the value of attribute index.
-
#receiver ⇒ Object
Returns the value of attribute receiver.
Instance Attribute Details
#index ⇒ Object
Returns the value of attribute index
20 21 22 |
# File 'lib/gemite/ast.rb', line 20 def index @index end |
#receiver ⇒ Object
Returns the value of attribute receiver
20 21 22 |
# File 'lib/gemite/ast.rb', line 20 def receiver @receiver end |