class Minfraud::Components::Shipping
Shipping
corresponds to the shipping object of a minFraud request.
Public Class Methods
new(params = {})
click to toggle source
@param params [Hash] Hash of parameters. Each key/value should
correspond to one of the available attributes.
Calls superclass method
Minfraud::Components::Addressable::new
# File lib/minfraud/components/shipping.rb, line 21 def initialize(params = {}) self.delivery_speed = params[:delivery_speed] super end