Class: FuelSDK::DescribeResponse
- Inherits:
-
SoapResponse
- Object
- Response
- SoapResponse
- FuelSDK::DescribeResponse
- Defined in:
- lib/fuelsdk/soap.rb
Instance Attribute Summary collapse
-
#editable ⇒ Object
readonly
Returns the value of attribute editable.
-
#extended ⇒ Object
readonly
Returns the value of attribute extended.
-
#properties ⇒ Object
readonly
Returns the value of attribute properties.
-
#required ⇒ Object
readonly
Returns the value of attribute required.
-
#retrievable ⇒ Object
readonly
Returns the value of attribute retrievable.
-
#updatable ⇒ Object
readonly
Returns the value of attribute updatable.
-
#viewable ⇒ Object
readonly
Returns the value of attribute viewable.
Attributes inherited from Response
#body, #code, #message, #raw, #request_id, #results
Method Summary
Methods inherited from SoapResponse
Methods inherited from Response
#continue, #initialize, #more, #success
Constructor Details
This class inherits a constructor from FuelSDK::Response
Instance Attribute Details
#editable ⇒ Object (readonly)
Returns the value of attribute editable.
85 86 87 |
# File 'lib/fuelsdk/soap.rb', line 85 def editable @editable end |
#extended ⇒ Object (readonly)
Returns the value of attribute extended.
85 86 87 |
# File 'lib/fuelsdk/soap.rb', line 85 def extended @extended end |
#properties ⇒ Object (readonly)
Returns the value of attribute properties.
85 86 87 |
# File 'lib/fuelsdk/soap.rb', line 85 def properties @properties end |
#required ⇒ Object (readonly)
Returns the value of attribute required.
85 86 87 |
# File 'lib/fuelsdk/soap.rb', line 85 def required @required end |
#retrievable ⇒ Object (readonly)
Returns the value of attribute retrievable.
85 86 87 |
# File 'lib/fuelsdk/soap.rb', line 85 def retrievable @retrievable end |
#updatable ⇒ Object (readonly)
Returns the value of attribute updatable.
85 86 87 |
# File 'lib/fuelsdk/soap.rb', line 85 def updatable @updatable end |
#viewable ⇒ Object (readonly)
Returns the value of attribute viewable.
85 86 87 |
# File 'lib/fuelsdk/soap.rb', line 85 def viewable @viewable end |