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