Class: NetSuite::Records::ShipAddress
- Inherits:
-
Object
- Object
- NetSuite::Records::ShipAddress
- Defined in:
- lib/netsuite/records/ship_address.rb
Instance Method Summary collapse
-
#initialize(attrs = {}) ⇒ ShipAddress
constructor
A new instance of ShipAddress.
Methods included from Namespaces::PlatformCommon
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(attrs = {}) ⇒ ShipAddress
Returns a new instance of ShipAddress.
11 12 13 |
# File 'lib/netsuite/records/ship_address.rb', line 11 def initialize(attrs = {}) initialize_from_attributes_hash(attrs) end |