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.



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

#charSetIDObject

Returns the value of attribute charSetID.



263
264
265
# File 'lib/postal/lmapi/lmapi.rb', line 263

def charSetID
  @charSetID
end

#descriptionObject

Returns the value of attribute description.



261
262
263
# File 'lib/postal/lmapi/lmapi.rb', line 261

def description
  @description
end

#nameObject

Returns the value of attribute name.



262
263
264
# File 'lib/postal/lmapi/lmapi.rb', line 262

def name
  @name
end