Class: ActiveNetsuite::Location

Inherits:
Record
  • Object
show all
Defined in:
lib/activenetsuite/soap/default.rb

Overview

urn:accounting_2013_2urn:accounting_2013_2.listsurn:accounting_2013_2.lists.webservicesurn:accounting_2013_2.lists.webservices.netsuiteurn:accounting_2013_2.lists.webservices.netsuite.comLocation

nullFieldList - ActiveNetsuite::NullField
name - SOAP::SOAPString
parent - ActiveNetsuite::RecordRef
includeChildren - SOAP::SOAPBoolean
subsidiaryList - ActiveNetsuite::RecordRefList
isInactive - SOAP::SOAPBoolean
tranPrefix - SOAP::SOAPString
attention - SOAP::SOAPString
addressee - SOAP::SOAPString
addrPhone - SOAP::SOAPString
addr1 - SOAP::SOAPString
addr2 - SOAP::SOAPString
addr3 - SOAP::SOAPString
city - SOAP::SOAPString
state - SOAP::SOAPString
zip - SOAP::SOAPString
country - ActiveNetsuite::Country
addrText - SOAP::SOAPString
override - SOAP::SOAPBoolean
 - ActiveNetsuite::RecordRef
makeInventoryAvailable - SOAP::SOAPBoolean
makeInventoryAvailableStore - SOAP::SOAPBoolean
classTranslationList - ActiveNetsuite::ClassTranslationList
customFieldList - ActiveNetsuite::CustomFieldList
xmlattr_internalId - SOAP::SOAPString
xmlattr_externalId - SOAP::SOAPString

Constant Summary collapse

AttrExternalId =
XSD::QName.new(nil, "externalId")
AttrInternalId =
XSD::QName.new(nil, "internalId")

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Record

#activate, active, #active=, #active?, #add, all, basic_search_class, #client, client, client=, delete, #delete, deleted, find, find_by, find_by_external_id, find_by_id, find_by_internal_id, #getters, #inactivate, inactive, #inactive=, #load, #loaded?, raise_not_found_error, ref, #ref, search_next, #setters, #to_s, type, #update, update, where

Methods included from MethodInflector

included, #method_missing

Constructor Details

#initialize(nullFieldList = nil, name = nil, parent = nil, includeChildren = nil, subsidiaryList = nil, isInactive = nil, tranPrefix = nil, attention = nil, addressee = nil, addrPhone = nil, addr1 = nil, addr2 = nil, addr3 = nil, city = nil, state = nil, zip = nil, country = nil, addrText = nil, override = nil, logo = nil, makeInventoryAvailable = nil, makeInventoryAvailableStore = nil, classTranslationList = nil, customFieldList = nil) ⇒ Location

Returns a new instance of Location.



8153
8154
8155
8156
8157
8158
8159
8160
8161
8162
8163
8164
8165
8166
8167
8168
8169
8170
8171
8172
8173
8174
8175
8176
8177
8178
8179
# File 'lib/activenetsuite/soap/default.rb', line 8153

def initialize(nullFieldList = nil, name = nil, parent = nil, includeChildren = nil, subsidiaryList = nil, isInactive = nil, tranPrefix = nil, attention = nil, addressee = nil, addrPhone = nil, addr1 = nil, addr2 = nil, addr3 = nil, city = nil, state = nil, zip = nil, country = nil, addrText = nil, override = nil,  = nil, makeInventoryAvailable = nil, makeInventoryAvailableStore = nil, classTranslationList = nil, customFieldList = nil)
  @nullFieldList = nullFieldList
  @name = name
  @parent = parent
  @includeChildren = includeChildren
  @subsidiaryList = subsidiaryList
  @isInactive = isInactive
  @tranPrefix = tranPrefix
  @attention = attention
  @addressee = addressee
  @addrPhone = addrPhone
  @addr1 = addr1
  @addr2 = addr2
  @addr3 = addr3
  @city = city
  @state = state
  @zip = zip
  @country = country
  @addrText = addrText
  @override = override
  @logo = 
  @makeInventoryAvailable = makeInventoryAvailable
  @makeInventoryAvailableStore = makeInventoryAvailableStore
  @classTranslationList = classTranslationList
  @customFieldList = customFieldList
  @__xmlattr = {}
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class ActiveNetsuite::MethodInflector

Instance Attribute Details

#addr1Object

Returns the value of attribute addr1.



8118
8119
8120
# File 'lib/activenetsuite/soap/default.rb', line 8118

def addr1
  @addr1
end

#addr2Object

Returns the value of attribute addr2.



8119
8120
8121
# File 'lib/activenetsuite/soap/default.rb', line 8119

def addr2
  @addr2
end

#addr3Object

Returns the value of attribute addr3.



8120
8121
8122
# File 'lib/activenetsuite/soap/default.rb', line 8120

def addr3
  @addr3
end

#addresseeObject

Returns the value of attribute addressee.



8116
8117
8118
# File 'lib/activenetsuite/soap/default.rb', line 8116

def addressee
  @addressee
end

#addrPhoneObject

Returns the value of attribute addrPhone.



8117
8118
8119
# File 'lib/activenetsuite/soap/default.rb', line 8117

def addrPhone
  @addrPhone
end

#addrTextObject

Returns the value of attribute addrText.



8125
8126
8127
# File 'lib/activenetsuite/soap/default.rb', line 8125

def addrText
  @addrText
end

#attentionObject

Returns the value of attribute attention.



8115
8116
8117
# File 'lib/activenetsuite/soap/default.rb', line 8115

def attention
  @attention
end

#cityObject

Returns the value of attribute city.



8121
8122
8123
# File 'lib/activenetsuite/soap/default.rb', line 8121

def city
  @city
end

#classTranslationListObject

Returns the value of attribute classTranslationList.



8130
8131
8132
# File 'lib/activenetsuite/soap/default.rb', line 8130

def classTranslationList
  @classTranslationList
end

#countryObject

Returns the value of attribute country.



8124
8125
8126
# File 'lib/activenetsuite/soap/default.rb', line 8124

def country
  @country
end

#customFieldListObject

Returns the value of attribute customFieldList.



8131
8132
8133
# File 'lib/activenetsuite/soap/default.rb', line 8131

def customFieldList
  @customFieldList
end

#includeChildrenObject

Returns the value of attribute includeChildren.



8111
8112
8113
# File 'lib/activenetsuite/soap/default.rb', line 8111

def includeChildren
  @includeChildren
end

#isInactiveObject

Returns the value of attribute isInactive.



8113
8114
8115
# File 'lib/activenetsuite/soap/default.rb', line 8113

def isInactive
  @isInactive
end

#logoObject

Returns the value of attribute logo.



8127
8128
8129
# File 'lib/activenetsuite/soap/default.rb', line 8127

def 
  @logo
end

#makeInventoryAvailableObject

Returns the value of attribute makeInventoryAvailable.



8128
8129
8130
# File 'lib/activenetsuite/soap/default.rb', line 8128

def makeInventoryAvailable
  @makeInventoryAvailable
end

#makeInventoryAvailableStoreObject

Returns the value of attribute makeInventoryAvailableStore.



8129
8130
8131
# File 'lib/activenetsuite/soap/default.rb', line 8129

def makeInventoryAvailableStore
  @makeInventoryAvailableStore
end

#nameObject

Returns the value of attribute name.



8109
8110
8111
# File 'lib/activenetsuite/soap/default.rb', line 8109

def name
  @name
end

#nullFieldListObject

Returns the value of attribute nullFieldList.



8108
8109
8110
# File 'lib/activenetsuite/soap/default.rb', line 8108

def nullFieldList
  @nullFieldList
end

#overrideObject

Returns the value of attribute override.



8126
8127
8128
# File 'lib/activenetsuite/soap/default.rb', line 8126

def override
  @override
end

#parentObject

Returns the value of attribute parent.



8110
8111
8112
# File 'lib/activenetsuite/soap/default.rb', line 8110

def parent
  @parent
end

#stateObject

Returns the value of attribute state.



8122
8123
8124
# File 'lib/activenetsuite/soap/default.rb', line 8122

def state
  @state
end

#subsidiaryListObject

Returns the value of attribute subsidiaryList.



8112
8113
8114
# File 'lib/activenetsuite/soap/default.rb', line 8112

def subsidiaryList
  @subsidiaryList
end

#tranPrefixObject

Returns the value of attribute tranPrefix.



8114
8115
8116
# File 'lib/activenetsuite/soap/default.rb', line 8114

def tranPrefix
  @tranPrefix
end

#zipObject

Returns the value of attribute zip.



8123
8124
8125
# File 'lib/activenetsuite/soap/default.rb', line 8123

def zip
  @zip
end

Instance Method Details

#__xmlattrObject



8133
8134
8135
# File 'lib/activenetsuite/soap/default.rb', line 8133

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_externalIdObject



8145
8146
8147
# File 'lib/activenetsuite/soap/default.rb', line 8145

def xmlattr_externalId
  __xmlattr[AttrExternalId]
end

#xmlattr_externalId=(value) ⇒ Object



8149
8150
8151
# File 'lib/activenetsuite/soap/default.rb', line 8149

def xmlattr_externalId=(value)
  __xmlattr[AttrExternalId] = value
end

#xmlattr_internalIdObject



8137
8138
8139
# File 'lib/activenetsuite/soap/default.rb', line 8137

def xmlattr_internalId
  __xmlattr[AttrInternalId]
end

#xmlattr_internalId=(value) ⇒ Object



8141
8142
8143
# File 'lib/activenetsuite/soap/default.rb', line 8141

def xmlattr_internalId=(value)
  __xmlattr[AttrInternalId] = value
end