Class: Postal::Lmapi::TinyMemberStruct

Inherits:
Object
  • Object
show all
Defined in:
lib/postal/lmapi/lmapi.rb

Overview

http://tempuri.org/ns1.xsdTinyMemberStruct

fullName - SOAP::SOAPString
emailAddress - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(fullName = nil, emailAddress = nil) ⇒ TinyMemberStruct

Returns a new instance of TinyMemberStruct.



289
290
291
292
# File 'lib/postal/lmapi/lmapi.rb', line 289

def initialize(fullName = nil, emailAddress = nil)
  @fullName = fullName
  @emailAddress = emailAddress
end

Instance Attribute Details

#emailAddressObject

Returns the value of attribute emailAddress.



287
288
289
# File 'lib/postal/lmapi/lmapi.rb', line 287

def emailAddress
  @emailAddress
end

#fullNameObject

Returns the value of attribute fullName.



286
287
288
# File 'lib/postal/lmapi/lmapi.rb', line 286

def fullName
  @fullName
end