class ActiveNetsuite::CustomRecordTypeForms
{urn:customization_2013_2.setup.webservices.netsuite.com}CustomRecordTypeForms
formEdit - SOAP::SOAPString formName - SOAP::SOAPString formPref - SOAP::SOAPBoolean
Attributes
formEdit[RW]
formName[RW]
formPref[RW]
Public Class Methods
new(formEdit = nil, formName = nil, formPref = nil)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 60243 def initialize(formEdit = nil, formName = nil, formPref = nil) @formEdit = formEdit @formName = formName @formPref = formPref end