Class: SatMx::Result Private
- Inherits:
-
Data
- Object
- Data
- SatMx::Result
- Defined in:
- lib/sat_mx/result.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary collapse
-
#success? ⇒ Object
readonly
Returns the value of attribute success?.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
-
#xml ⇒ Object
readonly
Returns the value of attribute xml.
Instance Attribute Details
#success? ⇒ Object (readonly)
Returns the value of attribute success?
3 4 5 |
# File 'lib/sat_mx/result.rb', line 3 def success? @success? end |
#value ⇒ Object (readonly)
Returns the value of attribute value
3 4 5 |
# File 'lib/sat_mx/result.rb', line 3 def value @value end |
#xml ⇒ Object (readonly)
Returns the value of attribute xml
3 4 5 |
# File 'lib/sat_mx/result.rb', line 3 def xml @xml end |