Class: Postal::Lmapi::TinyMemberStruct
- Inherits:
-
Object
- Object
- Postal::Lmapi::TinyMemberStruct
- Defined in:
- lib/postal/lmapi/lmapi.rb
Overview
http://tempuri.org/ns1.xsdTinyMemberStruct
fullName - SOAP::SOAPString
emailAddress - SOAP::SOAPString
Instance Attribute Summary collapse
-
#emailAddress ⇒ Object
Returns the value of attribute emailAddress.
-
#fullName ⇒ Object
Returns the value of attribute fullName.
Instance Method Summary collapse
-
#initialize(fullName = nil, emailAddress = nil) ⇒ TinyMemberStruct
constructor
A new instance of TinyMemberStruct.
Constructor Details
#initialize(fullName = nil, emailAddress = nil) ⇒ TinyMemberStruct
Returns a new instance of TinyMemberStruct.
279 280 281 282 |
# File 'lib/postal/lmapi/lmapi.rb', line 279 def initialize(fullName = nil, emailAddress = nil) @fullName = fullName @emailAddress = emailAddress end |
Instance Attribute Details
#emailAddress ⇒ Object
Returns the value of attribute emailAddress.
277 278 279 |
# File 'lib/postal/lmapi/lmapi.rb', line 277 def emailAddress @emailAddress end |
#fullName ⇒ Object
Returns the value of attribute fullName.
276 277 278 |
# File 'lib/postal/lmapi/lmapi.rb', line 276 def fullName @fullName end |