Class: Postal::Lmapi::CharSetStruct
- Inherits:
-
Object
- Object
- Postal::Lmapi::CharSetStruct
- Defined in:
- lib/postal/lmapi/lmapi.rb
Overview
http://tempuri.org/ns1.xsdCharSetStruct
description - SOAP::SOAPString
name - SOAP::SOAPString
charSetID - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#charSetID ⇒ Object
Returns the value of attribute charSetID.
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(description = nil, name = nil, charSetID = nil) ⇒ CharSetStruct
constructor
A new instance of CharSetStruct.
Constructor Details
#initialize(description = nil, name = nil, charSetID = nil) ⇒ CharSetStruct
Returns a new instance of CharSetStruct.
265 266 267 268 269 |
# File 'lib/postal/lmapi/lmapi.rb', line 265 def initialize(description = nil, name = nil, charSetID = nil) @description = description @name = name @charSetID = charSetID end |
Instance Attribute Details
#charSetID ⇒ Object
Returns the value of attribute charSetID.
263 264 265 |
# File 'lib/postal/lmapi/lmapi.rb', line 263 def charSetID @charSetID end |
#description ⇒ Object
Returns the value of attribute description.
261 262 263 |
# File 'lib/postal/lmapi/lmapi.rb', line 261 def description @description end |
#name ⇒ Object
Returns the value of attribute name.
262 263 264 |
# File 'lib/postal/lmapi/lmapi.rb', line 262 def name @name end |