Class: Terret::Tools::Result
- Inherits:
-
Data
- Object
- Data
- Terret::Tools::Result
- Defined in:
- lib/terret/tools.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
readonly
Returns the value of attribute content.
-
#error ⇒ Object
readonly
Returns the value of attribute error.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
Instance Attribute Details
#content ⇒ Object (readonly)
Returns the value of attribute content
11 12 13 |
# File 'lib/terret/tools.rb', line 11 def content @content end |
#error ⇒ Object (readonly)
Returns the value of attribute error
11 12 13 |
# File 'lib/terret/tools.rb', line 11 def error @error end |
#id ⇒ Object (readonly)
Returns the value of attribute id
11 12 13 |
# File 'lib/terret/tools.rb', line 11 def id @id end |