Class: LittleGhost::CodeMode::Call

Inherits:
Data
  • Object
show all
Defined in:
lib/little_ghost/code_mode/types.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#argumentsObject (readonly)

Returns the value of attribute arguments

Returns:

  • (Object)

    the current value of arguments



5
6
7
# File 'lib/little_ghost/code_mode/types.rb', line 5

def arguments
  @arguments
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



5
6
7
# File 'lib/little_ghost/code_mode/types.rb', line 5

def id
  @id
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'lib/little_ghost/code_mode/types.rb', line 5

def name
  @name
end