Class: LittleGhost::CodeMode::CallResult

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

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject (readonly)

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



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

def error
  @error
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



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

def value
  @value
end