Class: Etapper::API::DonorLoginPreferences

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

Overview

etapestryAPI/serviceDonorLoginPreferences

welcomePageHtml - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(welcomePageHtml = nil) ⇒ DonorLoginPreferences

Returns a new instance of DonorLoginPreferences.



2070
2071
2072
# File 'lib/etapper/api/service.rb', line 2070

def initialize(welcomePageHtml = nil)
  @welcomePageHtml = welcomePageHtml
end

Instance Attribute Details

#welcomePageHtmlObject

Returns the value of attribute welcomePageHtml.



2068
2069
2070
# File 'lib/etapper/api/service.rb', line 2068

def welcomePageHtml
  @welcomePageHtml
end