Class: NetSuite::Records::GiftCertRedemption
- Inherits:
-
Object
- Object
- NetSuite::Records::GiftCertRedemption
- 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
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ GiftCertRedemption
constructor
A new instance of GiftCertRedemption.
Methods included from Namespaces::TranSales
Methods included from Support::Actions
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::RecordRefs
Methods included from Support::Fields
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 |