Class: LittleGhost::CodeMode::Call
- Inherits:
-
Data
- Object
- Data
- LittleGhost::CodeMode::Call
- Defined in:
- lib/little_ghost/code_mode/types.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#arguments ⇒ Object
readonly
Returns the value of attribute arguments.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Attribute Details
#arguments ⇒ Object (readonly)
Returns the value of attribute arguments
5 6 7 |
# File 'lib/little_ghost/code_mode/types.rb', line 5 def arguments @arguments end |
#id ⇒ Object (readonly)
Returns the value of attribute id
5 6 7 |
# File 'lib/little_ghost/code_mode/types.rb', line 5 def id @id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
5 6 7 |
# File 'lib/little_ghost/code_mode/types.rb', line 5 def name @name end |