Class: RideBuilder::Affiliate::PostbackResult
- Inherits:
-
Struct
- Object
- Struct
- RideBuilder::Affiliate::PostbackResult
- Defined in:
- lib/ridebuilder/affiliate/models.rb
Overview
A 202 status means received, not yet validated — RideBuilder validates asynchronously.
Instance Attribute Summary collapse
-
#accepted ⇒ Object
Returns the value of attribute accepted.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#accepted ⇒ Object
Returns the value of attribute accepted
6 7 8 |
# File 'lib/ridebuilder/affiliate/models.rb', line 6 def accepted @accepted end |
#status ⇒ Object
Returns the value of attribute status
6 7 8 |
# File 'lib/ridebuilder/affiliate/models.rb', line 6 def status @status end |