Class: PostProxy::ConnectionResponse
- Defined in:
- lib/postproxy/types.rb
Instance Attribute Summary collapse
-
#success ⇒ Object
Returns the value of attribute success.
-
#url ⇒ Object
Returns the value of attribute url.
Method Summary
Methods inherited from Model
Constructor Details
This class inherits a constructor from PostProxy::Model
Instance Attribute Details
#success ⇒ Object
Returns the value of attribute success.
141 142 143 |
# File 'lib/postproxy/types.rb', line 141 def success @success end |
#url ⇒ Object
Returns the value of attribute url.
141 142 143 |
# File 'lib/postproxy/types.rb', line 141 def url @url end |