Class: Etapper::API::PrivacyPreference

Inherits:
Object
  • Object
show all
Defined in:
lib/etapper/api/service.rb

Overview

etapestryAPI/servicePrivacyPreference

accountDefined - SOAP::SOAPBoolean
applicationGroup - SOAP::SOAPString
hiddenFields - Etapper::API::ArrayOfstring
personaType - SOAP::SOAPString
status - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountDefined = nil, applicationGroup = nil, hiddenFields = nil, personaType = nil, status = nil) ⇒ PrivacyPreference

Returns a new instance of PrivacyPreference.



2465
2466
2467
2468
2469
2470
2471
# File 'lib/etapper/api/service.rb', line 2465

def initialize(accountDefined = nil, applicationGroup = nil, hiddenFields = nil, personaType = nil, status = nil)
  @accountDefined = accountDefined
  @applicationGroup = applicationGroup
  @hiddenFields = hiddenFields
  @personaType = personaType
  @status = status
end

Instance Attribute Details

#accountDefinedObject

Returns the value of attribute accountDefined.



2459
2460
2461
# File 'lib/etapper/api/service.rb', line 2459

def accountDefined
  @accountDefined
end

#applicationGroupObject

Returns the value of attribute applicationGroup.



2460
2461
2462
# File 'lib/etapper/api/service.rb', line 2460

def applicationGroup
  @applicationGroup
end

#hiddenFieldsObject

Returns the value of attribute hiddenFields.



2461
2462
2463
# File 'lib/etapper/api/service.rb', line 2461

def hiddenFields
  @hiddenFields
end

#personaTypeObject

Returns the value of attribute personaType.



2462
2463
2464
# File 'lib/etapper/api/service.rb', line 2462

def personaType
  @personaType
end

#statusObject

Returns the value of attribute status.



2463
2464
2465
# File 'lib/etapper/api/service.rb', line 2463

def status
  @status
end