Class: Postal::Lmapi::MemberBanStruct
- Inherits:
-
Object
- Object
- Postal::Lmapi::MemberBanStruct
- 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
-
#banLogic ⇒ Object
Returns the value of attribute banLogic.
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#listName ⇒ Object
Returns the value of attribute listName.
-
#siteName ⇒ Object
Returns the value of attribute siteName.
-
#userName ⇒ Object
Returns the value of attribute userName.
Instance Method Summary collapse
-
#initialize(domain = nil, userName = nil, listName = nil, siteName = nil, banLogic = nil) ⇒ MemberBanStruct
constructor
A new instance of MemberBanStruct.
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
#banLogic ⇒ Object
Returns the value of attribute banLogic.
890 891 892 |
# File 'lib/postal/lmapi/lmapi.rb', line 890 def banLogic @banLogic end |
#domain ⇒ Object
Returns the value of attribute domain.
886 887 888 |
# File 'lib/postal/lmapi/lmapi.rb', line 886 def domain @domain end |
#listName ⇒ Object
Returns the value of attribute listName.
888 889 890 |
# File 'lib/postal/lmapi/lmapi.rb', line 888 def listName @listName end |
#siteName ⇒ Object
Returns the value of attribute siteName.
889 890 891 |
# File 'lib/postal/lmapi/lmapi.rb', line 889 def siteName @siteName end |
#userName ⇒ Object
Returns the value of attribute userName.
887 888 889 |
# File 'lib/postal/lmapi/lmapi.rb', line 887 def userName @userName end |