Class: TelephonySmsUserStruct

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

Overview

http://soapi.ovh.com/managertelephonySmsUserStruct

Constant Summary collapse

@@schema_type =
"telephonySmsUserStruct"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["login", ["SOAP::SOAPString", XSD::QName.new(nil, "login")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(login = nil) ⇒ TelephonySmsUserStruct

Returns a new instance of TelephonySmsUserStruct.



930
931
932
# File 'lib/ovhrb/manager/manager.rb', line 930

def initialize( = nil)
  @login = 
end

Instance Attribute Details

#loginObject

Returns the value of attribute login.



928
929
930
# File 'lib/ovhrb/manager/manager.rb', line 928

def 
  @login
end