Class: TelephonyLineListReturn

Inherits:
Object
  • Object
show all
Defined in:
lib/ovhrb/manager/manager.rb

Overview

http://soapi.ovh.com/managertelephonyLineListReturn

Constant Summary collapse

@@schema_type =
"telephonyLineListReturn"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["link", ["MyArrayOfTelephonyLineStructType", XSD::QName.new(nil, "link")]], ["v_alias", ["MyArrayOfTelephonyLineStructType", XSD::QName.new(nil, "alias")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(link = nil, v_alias = nil) ⇒ TelephonyLineListReturn

Returns a new instance of TelephonyLineListReturn.



326
327
328
329
# File 'lib/ovhrb/manager/manager.rb', line 326

def initialize(link = nil, v_alias = nil)
  @link = link
  @v_alias = v_alias
end

Instance Attribute Details

Returns the value of attribute link.



316
317
318
# File 'lib/ovhrb/manager/manager.rb', line 316

def link
  @link
end

Instance Method Details

#aliasObject



318
319
320
# File 'lib/ovhrb/manager/manager.rb', line 318

def alias
  @v_alias
end

#alias=(value) ⇒ Object



322
323
324
# File 'lib/ovhrb/manager/manager.rb', line 322

def alias=(value)
  @v_alias = value
end