Module: OnlineLineItemModelMethods

Included in:
Quickeebooks::Online::Model::Bill, Quickeebooks::Online::Model::Invoice, Quickeebooks::Online::Model::Payment
Defined in:
lib/quickeebooks/common/online_line_item_model_methods.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



3
4
5
6
# File 'lib/quickeebooks/common/online_line_item_model_methods.rb', line 3

def self.included base
  base.send :include, InstanceMethods
  base.extend ClassMethods
end