Class: Google4R::Checkout::Area

Inherits:
Object
  • Object
show all
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.

Instance Method Summary collapse

Constructor Details

#initializeArea

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