Class: Postal::Lmapi::SiteAdminStruct
- Inherits:
-
Object
- Object
- Postal::Lmapi::SiteAdminStruct
- Defined in:
- lib/postal/lmapi/lmapi.rb
Overview
http://tempuri.org/ns1.xsdSiteAdminStruct
adminID - SOAP::SOAPInt
name - SOAP::SOAPString
emailAddress - SOAP::SOAPString
password - SOAP::SOAPString
whatSites - ArrayOfstring
Instance Attribute Summary collapse
-
#adminID ⇒ Object
Returns the value of attribute adminID.
-
#emailAddress ⇒ Object
Returns the value of attribute emailAddress.
-
#name ⇒ Object
Returns the value of attribute name.
-
#password ⇒ Object
Returns the value of attribute password.
-
#whatSites ⇒ Object
Returns the value of attribute whatSites.
Instance Method Summary collapse
-
#initialize(adminID = nil, name = nil, emailAddress = nil, password = nil, whatSites = nil) ⇒ SiteAdminStruct
constructor
A new instance of SiteAdminStruct.
Constructor Details
#initialize(adminID = nil, name = nil, emailAddress = nil, password = nil, whatSites = nil) ⇒ SiteAdminStruct
990 991 992 993 994 995 996 |
# File 'lib/postal/lmapi/lmapi.rb', line 990 def initialize(adminID = nil, name = nil, emailAddress = nil, password = nil, whatSites = nil) @adminID = adminID @name = name @emailAddress = emailAddress @password = password @whatSites = whatSites end |
Instance Attribute Details
#adminID ⇒ Object
Returns the value of attribute adminID.
984 985 986 |
# File 'lib/postal/lmapi/lmapi.rb', line 984 def adminID @adminID end |
#emailAddress ⇒ Object
Returns the value of attribute emailAddress.
986 987 988 |
# File 'lib/postal/lmapi/lmapi.rb', line 986 def emailAddress @emailAddress end |
#name ⇒ Object
Returns the value of attribute name.
985 986 987 |
# File 'lib/postal/lmapi/lmapi.rb', line 985 def name @name end |
#password ⇒ Object
Returns the value of attribute password.
987 988 989 |
# File 'lib/postal/lmapi/lmapi.rb', line 987 def password @password end |
#whatSites ⇒ Object
Returns the value of attribute whatSites.
988 989 990 |
# File 'lib/postal/lmapi/lmapi.rb', line 988 def whatSites @whatSites end |