Class: Google4R::Checkout::FlatRateShipping
- Inherits:
-
ShippingMethod
- Object
- DeliveryMethod
- ShippingMethod
- Google4R::Checkout::FlatRateShipping
- Defined in:
- lib/google4r/checkout/shared.rb
Overview
A class that represents the "flat_rate" shipping method.
Instance Attribute Summary
Attributes inherited from ShippingMethod
#shipping_restrictions_allowed_areas, #shipping_restrictions_excluded_areas
Attributes inherited from DeliveryMethod
Instance Method Summary collapse
-
#initialize ⇒ FlatRateShipping
constructor
A new instance of FlatRateShipping.
Methods inherited from ShippingMethod
#create_allowed_area, #create_area, #create_excluded_area
Constructor Details
#initialize ⇒ FlatRateShipping
858 859 860 |
# File 'lib/google4r/checkout/shared.rb', line 858 def initialize super end |