Class: Etapper::API::DonorLoginPreferences
- Inherits:
-
Object
- Object
- Etapper::API::DonorLoginPreferences
- Defined in:
- lib/etapper/api/service.rb
Overview
etapestryAPI/serviceDonorLoginPreferences
welcomePageHtml - SOAP::SOAPString
Instance Attribute Summary collapse
-
#welcomePageHtml ⇒ Object
Returns the value of attribute welcomePageHtml.
Instance Method Summary collapse
-
#initialize(welcomePageHtml = nil) ⇒ DonorLoginPreferences
constructor
A new instance of DonorLoginPreferences.
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
#welcomePageHtml ⇒ Object
Returns the value of attribute welcomePageHtml.
2068 2069 2070 |
# File 'lib/etapper/api/service.rb', line 2068 def welcomePageHtml @welcomePageHtml end |