Class: Google4R::Checkout::Area
- Inherits:
-
Object
- Object
- Google4R::Checkout::Area
- Defined in:
- lib/google4r/checkout/shared.rb
Overview
Abstract class for areas that are used to specify a tax area. Do not use this class but only its subclasses.
Direct Known Subclasses
PostalArea, UsCountryArea, UsStateArea, UsZipArea, WorldArea
Instance Method Summary collapse
-
#initialize ⇒ Area
constructor
Mark this class as abstract by throwing a RuntimeError on initialization.
Constructor Details
#initialize ⇒ Area
Mark this class as abstract by throwing a RuntimeError on initialization.
652 653 654 |
# File 'lib/google4r/checkout/shared.rb', line 652 def initialize #:nodoc: raise "Do not use the abstract class Google::Checkout::Area!" end |