Class: RideBuilder::Affiliate::PostbackResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/ridebuilder/affiliate/models.rb

Overview

A 202 status means received, not yet validated — RideBuilder validates asynchronously.

Instance Attribute Summary collapse

Instance Attribute Details

#acceptedObject

Returns the value of attribute accepted

Returns:

  • (Object)

    the current value of accepted



6
7
8
# File 'lib/ridebuilder/affiliate/models.rb', line 6

def accepted
  @accepted
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



6
7
8
# File 'lib/ridebuilder/affiliate/models.rb', line 6

def status
  @status
end