Class: ActiveNetsuite::CustomRecordTypeTabs
- Inherits:
-
Object
- Object
- ActiveNetsuite::CustomRecordTypeTabs
- Defined in:
- lib/activenetsuite/soap/default.rb
Overview
urn:customization_2013_2urn:customization_2013_2.setupurn:customization_2013_2.setup.webservicesurn:customization_2013_2.setup.webservices.netsuiteurn:customization_2013_2.setup.webservices.netsuite.comCustomRecordTypeTabs
tabTitle - SOAP::SOAPString
tabParent - ActiveNetsuite::RecordRef
tabTitleLanguageValueList - ActiveNetsuite::LanguageValueList
Instance Attribute Summary collapse
-
#tabParent ⇒ Object
Returns the value of attribute tabParent.
-
#tabTitle ⇒ Object
Returns the value of attribute tabTitle.
-
#tabTitleLanguageValueList ⇒ Object
Returns the value of attribute tabTitleLanguageValueList.
Instance Method Summary collapse
-
#initialize(tabTitle = nil, tabParent = nil, tabTitleLanguageValueList = nil) ⇒ CustomRecordTypeTabs
constructor
A new instance of CustomRecordTypeTabs.
Constructor Details
#initialize(tabTitle = nil, tabParent = nil, tabTitleLanguageValueList = nil) ⇒ CustomRecordTypeTabs
Returns a new instance of CustomRecordTypeTabs.
60201 60202 60203 60204 60205 |
# File 'lib/activenetsuite/soap/default.rb', line 60201 def initialize(tabTitle = nil, tabParent = nil, tabTitleLanguageValueList = nil) @tabTitle = tabTitle @tabParent = tabParent @tabTitleLanguageValueList = tabTitleLanguageValueList end |
Instance Attribute Details
#tabParent ⇒ Object
Returns the value of attribute tabParent.
60198 60199 60200 |
# File 'lib/activenetsuite/soap/default.rb', line 60198 def tabParent @tabParent end |
#tabTitle ⇒ Object
Returns the value of attribute tabTitle.
60197 60198 60199 |
# File 'lib/activenetsuite/soap/default.rb', line 60197 def tabTitle @tabTitle end |
#tabTitleLanguageValueList ⇒ Object
Returns the value of attribute tabTitleLanguageValueList.
60199 60200 60201 |
# File 'lib/activenetsuite/soap/default.rb', line 60199 def tabTitleLanguageValueList @tabTitleLanguageValueList end |