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