Class: Quickeebooks::Windows::Model::Price

Inherits:
IntuitType
  • Object
show all
Defined in:
lib/quickeebooks/windows/model/price.rb

Instance Method Summary collapse

Methods included from Logging

#log

Constructor Details

#initialize(amount = nil) ⇒ Price

Returns a new instance of Price.



10
11
12
13
14
# File 'lib/quickeebooks/windows/model/price.rb', line 10

def initialize(amount = nil)
  if amount
    self.amount = amount
  end
end