Class: NetSuite::Records::Subscription
- Inherits:
-
Object
- Object
- NetSuite::Records::Subscription
- Defined in:
- lib/netsuite/records/subscription.rb
Instance Method Summary collapse
-
#initialize(attributes_or_record = {}) ⇒ Subscription
constructor
A new instance of Subscription.
Methods included from Namespaces::ListRel
Methods included from Support::RecordRefs
Methods included from Support::Records
#netsuite_type, netsuite_type, #record_type, #record_type_without_namespace, record_type_without_namespace, #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_or_record = {}) ⇒ Subscription
Returns a new instance of Subscription.
12 13 14 |
# File 'lib/netsuite/records/subscription.rb', line 12 def initialize(attributes_or_record = {}) initialize_from_attributes_hash(attributes_or_record) end |