Class: Quickeebooks::Online::Model::Price

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

Instance Method Summary collapse

Methods inherited from IntuitType

resource_for_collection, resource_for_singular

Methods included from Logging

#log

Constructor Details

#initialize(amount = nil) ⇒ Price

Returns a new instance of Price.



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

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