Class: NetSuite::Records::GiftCertRedemption

Inherits:
Object
  • Object
show all
Includes:
Namespaces::TranSales, Support::Actions, Support::Fields, Support::RecordRefs, Support::Records
Defined in:
lib/netsuite/records/gift_cert_redemption.rb

Instance Attribute Summary

Attributes included from Support::Actions

#errors

Instance Method Summary collapse

Methods included from Namespaces::TranSales

#record_namespace

Methods included from Support::Actions

included

Methods included from Support::Records

#record_type, #refresh, #to_attributes!, #to_record

Methods included from Namespaces::PlatformCore

#record_namespace

Methods included from Support::Attributes

#attributes, #attributes=, #initialize_from_attributes_hash

Methods included from Support::RecordRefs

included

Methods included from Support::Fields

included

Constructor Details

#initialize(attributes = {}) ⇒ GiftCertRedemption

Returns a new instance of GiftCertRedemption.



16
17
18
# File 'lib/netsuite/records/gift_cert_redemption.rb', line 16

def initialize(attributes = {})
  initialize_from_attributes_hash(attributes)
end