Class: Postal::Lmapi::UrlTrackingStruct

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

Overview

http://tempuri.org/ns1.xsdUrlTrackingStruct

uniqueOpens - SOAP::SOAPString
opens - SOAP::SOAPString
url - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(uniqueOpens = nil, opens = nil, url = nil) ⇒ UrlTrackingStruct

Returns a new instance of UrlTrackingStruct.



162
163
164
165
166
# File 'lib/postal/lmapi/lmapi.rb', line 162

def initialize(uniqueOpens = nil, opens = nil, url = nil)
  @uniqueOpens = uniqueOpens
  @opens = opens
  @url = url
end

Instance Attribute Details

#opensObject

Returns the value of attribute opens.



159
160
161
# File 'lib/postal/lmapi/lmapi.rb', line 159

def opens
  @opens
end

#uniqueOpensObject

Returns the value of attribute uniqueOpens.



158
159
160
# File 'lib/postal/lmapi/lmapi.rb', line 158

def uniqueOpens
  @uniqueOpens
end

#urlObject

Returns the value of attribute url.



160
161
162
# File 'lib/postal/lmapi/lmapi.rb', line 160

def url
  @url
end