Module: Shippinglogic::FedEx::Attributes

Included in:
Service
Defined in:
lib/shippinglogic/fedex/attributes.rb

Overview

Adds in all of the reading / writing for the various serivce options.

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(klass) ⇒ Object



5
6
7
8
9
10
# File 'lib/shippinglogic/fedex/attributes.rb', line 5

def self.included(klass)
  klass.class_eval do
    extend ClassMethods
    include InstanceMethods
  end
end