class Levelup::Requests::GetLocationCredit

Represents a request to access information about a specific order under a merchant.

Public Instance Methods

response_from_hash(hash) click to toggle source
# File lib/levelup/requests/get_location_credit.rb, line 7
def response_from_hash(hash)
  Responses::Success.new(hash['credit'])
end