Sha256: d1fcbcc5ceeb1dc524e80d1e4a041440448dff59cb5c20d2f6f88173d72f1b34
Contents?: true
Size: 478 Bytes
Versions: 13
Compression:
Stored size: 478 Bytes
Contents
module NetSuite module Records class Price include Support::Fields include Support::Records include Namespaces::ListAcct fields :value, :quantity def initialize(attributes = {}) @internal_id = attributes.delete(:internal_id) || attributes.delete(:@internal_id) @external_id = attributes.delete(:external_id) || attributes.delete(:@external_id) initialize_from_attributes_hash(attributes) end end end end
Version data entries
13 entries across 13 versions & 1 rubygems