Class: Postal::Lmapi::SiteStruct
- Inherits:
-
Object
- Object
- Postal::Lmapi::SiteStruct
- Defined in:
- lib/postal/lmapi/lmapi.rb
Overview
http://tempuri.org/ns1.xsdSiteStruct
siteID - SOAP::SOAPInt
siteName - SOAP::SOAPString
siteDescription - SOAP::SOAPString
hostName - SOAP::SOAPString
webInterfaceURL - SOAP::SOAPString
Instance Attribute Summary collapse
-
#hostName ⇒ Object
Returns the value of attribute hostName.
-
#siteDescription ⇒ Object
Returns the value of attribute siteDescription.
-
#siteID ⇒ Object
Returns the value of attribute siteID.
-
#siteName ⇒ Object
Returns the value of attribute siteName.
-
#webInterfaceURL ⇒ Object
Returns the value of attribute webInterfaceURL.
Instance Method Summary collapse
-
#initialize(siteID = nil, siteName = nil, siteDescription = nil, hostName = nil, webInterfaceURL = nil) ⇒ SiteStruct
constructor
A new instance of SiteStruct.
Constructor Details
#initialize(siteID = nil, siteName = nil, siteDescription = nil, hostName = nil, webInterfaceURL = nil) ⇒ SiteStruct
Returns a new instance of SiteStruct.
933 934 935 936 937 938 939 |
# File 'lib/postal/lmapi/lmapi.rb', line 933 def initialize(siteID = nil, siteName = nil, siteDescription = nil, hostName = nil, webInterfaceURL = nil) @siteID = siteID @siteName = siteName @siteDescription = siteDescription @hostName = hostName @webInterfaceURL = webInterfaceURL end |
Instance Attribute Details
#hostName ⇒ Object
Returns the value of attribute hostName.
930 931 932 |
# File 'lib/postal/lmapi/lmapi.rb', line 930 def hostName @hostName end |
#siteDescription ⇒ Object
Returns the value of attribute siteDescription.
929 930 931 |
# File 'lib/postal/lmapi/lmapi.rb', line 929 def siteDescription @siteDescription end |
#siteID ⇒ Object
Returns the value of attribute siteID.
927 928 929 |
# File 'lib/postal/lmapi/lmapi.rb', line 927 def siteID @siteID end |
#siteName ⇒ Object
Returns the value of attribute siteName.
928 929 930 |
# File 'lib/postal/lmapi/lmapi.rb', line 928 def siteName @siteName end |
#webInterfaceURL ⇒ Object
Returns the value of attribute webInterfaceURL.
931 932 933 |
# File 'lib/postal/lmapi/lmapi.rb', line 931 def webInterfaceURL @webInterfaceURL end |