Class: Postal::Lmapi::MemberBanStruct

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

Overview

http://tempuri.org/ns1.xsdMemberBanStruct

domain - SOAP::SOAPString
userName - SOAP::SOAPString
listName - SOAP::SOAPString
siteName - SOAP::SOAPString
banLogic - BanLogicEnum

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(domain = nil, userName = nil, listName = nil, siteName = nil, banLogic = nil) ⇒ MemberBanStruct

Returns a new instance of MemberBanStruct.



902
903
904
905
906
907
908
# File 'lib/postal/lmapi/lmapi.rb', line 902

def initialize(domain = nil, userName = nil, listName = nil, siteName = nil, banLogic = nil)
  @domain = domain
  @userName = userName
  @listName = listName
  @siteName = siteName
  @banLogic = banLogic
end

Instance Attribute Details

#banLogicObject

Returns the value of attribute banLogic.



900
901
902
# File 'lib/postal/lmapi/lmapi.rb', line 900

def banLogic
  @banLogic
end

#domainObject

Returns the value of attribute domain.



896
897
898
# File 'lib/postal/lmapi/lmapi.rb', line 896

def domain
  @domain
end

#listNameObject

Returns the value of attribute listName.



898
899
900
# File 'lib/postal/lmapi/lmapi.rb', line 898

def listName
  @listName
end

#siteNameObject

Returns the value of attribute siteName.



899
900
901
# File 'lib/postal/lmapi/lmapi.rb', line 899

def siteName
  @siteName
end

#userNameObject

Returns the value of attribute userName.



897
898
899
# File 'lib/postal/lmapi/lmapi.rb', line 897

def userName
  @userName
end