Class: NetSuite::Records::CreditMemoApply
- Inherits:
-
Object
- Object
- NetSuite::Records::CreditMemoApply
- Includes:
- Namespaces::TranCust, Support::Fields, Support::Records
- Defined in:
- lib/netsuite/records/credit_memo_apply.rb
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ CreditMemoApply
constructor
A new instance of CreditMemoApply.
Methods included from Namespaces::TranCust
Methods included from Support::Records
#record_type, #refresh, #to_attributes!, #to_record
Methods included from Namespaces::PlatformCore
Methods included from Support::Attributes
#attributes, #attributes=, #initialize_from_attributes_hash
Methods included from Support::Fields
Constructor Details
#initialize(attributes = {}) ⇒ CreditMemoApply
Returns a new instance of CreditMemoApply.
10 11 12 |
# File 'lib/netsuite/records/credit_memo_apply.rb', line 10 def initialize(attributes = {}) initialize_from_attributes_hash(attributes) end |