Class: SatMx::Result Private

Inherits:
Data
  • Object
show all
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.

API:

  • private

Instance Attribute Summary collapse

Instance Attribute Details

#success?Object (readonly)

Returns the value of attribute success?

Returns:

  • the current value of success?



3
4
5
# File 'lib/sat_mx/result.rb', line 3

def success?
  @success?
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • the current value of value



3
4
5
# File 'lib/sat_mx/result.rb', line 3

def value
  @value
end

#xmlObject (readonly)

Returns the value of attribute xml

Returns:

  • the current value of xml



3
4
5
# File 'lib/sat_mx/result.rb', line 3

def xml
  @xml
end