Class: Postal::Lmapi::TopicStruct
- Inherits:
-
Object
- Object
- Postal::Lmapi::TopicStruct
- Defined in:
- lib/postal/lmapi/lmapi.rb
Overview
http://tempuri.org/ns1.xsdTopicStruct
topicName - SOAP::SOAPString
topicDescription - SOAP::SOAPString
siteName - SOAP::SOAPString
hiddenTopic - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#hiddenTopic ⇒ Object
Returns the value of attribute hiddenTopic.
-
#siteName ⇒ Object
Returns the value of attribute siteName.
-
#topicDescription ⇒ Object
Returns the value of attribute topicDescription.
-
#topicName ⇒ Object
Returns the value of attribute topicName.
Instance Method Summary collapse
-
#initialize(topicName = nil, topicDescription = nil, siteName = nil, hiddenTopic = nil) ⇒ TopicStruct
constructor
A new instance of TopicStruct.
Constructor Details
#initialize(topicName = nil, topicDescription = nil, siteName = nil, hiddenTopic = nil) ⇒ TopicStruct
Returns a new instance of TopicStruct.
912 913 914 915 916 917 |
# File 'lib/postal/lmapi/lmapi.rb', line 912 def initialize(topicName = nil, topicDescription = nil, siteName = nil, hiddenTopic = nil) @topicName = topicName @topicDescription = topicDescription @siteName = siteName @hiddenTopic = hiddenTopic end |
Instance Attribute Details
#hiddenTopic ⇒ Object
Returns the value of attribute hiddenTopic.
910 911 912 |
# File 'lib/postal/lmapi/lmapi.rb', line 910 def hiddenTopic @hiddenTopic end |
#siteName ⇒ Object
Returns the value of attribute siteName.
909 910 911 |
# File 'lib/postal/lmapi/lmapi.rb', line 909 def siteName @siteName end |
#topicDescription ⇒ Object
Returns the value of attribute topicDescription.
908 909 910 |
# File 'lib/postal/lmapi/lmapi.rb', line 908 def topicDescription @topicDescription end |
#topicName ⇒ Object
Returns the value of attribute topicName.
907 908 909 |
# File 'lib/postal/lmapi/lmapi.rb', line 907 def topicName @topicName end |