Class: ActiveNetsuite::ClassTranslation

Inherits:
Object
  • 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.comClassTranslation

locale - SOAP::SOAPString
language - SOAP::SOAPString
name - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(locale = nil, language = nil, name = nil) ⇒ ClassTranslation

Returns a new instance of ClassTranslation.



51934
51935
51936
51937
51938
# File 'lib/activenetsuite/soap/default.rb', line 51934

def initialize(locale = nil, language = nil, name = nil)
  @locale = locale
  @language = language
  @name = name
end

Instance Attribute Details

#languageObject

Returns the value of attribute language.



51931
51932
51933
# File 'lib/activenetsuite/soap/default.rb', line 51931

def language
  @language
end

#localeObject

Returns the value of attribute locale.



51930
51931
51932
# File 'lib/activenetsuite/soap/default.rb', line 51930

def locale
  @locale
end

#nameObject

Returns the value of attribute name.



51932
51933
51934
# File 'lib/activenetsuite/soap/default.rb', line 51932

def name
  @name
end