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



892
893
894
895
896
897
898
# File 'lib/postal/lmapi/lmapi.rb', line 892

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.



890
891
892
# File 'lib/postal/lmapi/lmapi.rb', line 890

def banLogic
  @banLogic
end

#domainObject

Returns the value of attribute domain.



886
887
888
# File 'lib/postal/lmapi/lmapi.rb', line 886

def domain
  @domain
end

#listNameObject

Returns the value of attribute listName.



888
889
890
# File 'lib/postal/lmapi/lmapi.rb', line 888

def listName
  @listName
end

#siteNameObject

Returns the value of attribute siteName.



889
890
891
# File 'lib/postal/lmapi/lmapi.rb', line 889

def siteName
  @siteName
end

#userNameObject

Returns the value of attribute userName.



887
888
889
# File 'lib/postal/lmapi/lmapi.rb', line 887

def userName
  @userName
end