Class: Postal::Lmapi::CharSetStruct

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(description = nil, name = nil, charSetID = nil) ⇒ CharSetStruct

Returns a new instance of CharSetStruct.



275
276
277
278
279
# File 'lib/postal/lmapi/lmapi.rb', line 275

def initialize(description = nil, name = nil, charSetID = nil)
  @description = description
  @name = name
  @charSetID = charSetID
end

Instance Attribute Details

#charSetIDObject

Returns the value of attribute charSetID.



273
274
275
# File 'lib/postal/lmapi/lmapi.rb', line 273

def charSetID
  @charSetID
end

#descriptionObject

Returns the value of attribute description.



271
272
273
# File 'lib/postal/lmapi/lmapi.rb', line 271

def description
  @description
end

#nameObject

Returns the value of attribute name.



272
273
274
# File 'lib/postal/lmapi/lmapi.rb', line 272

def name
  @name
end