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