Class: Virtuozzo::SOAP::Types::Authm::TokenType::Source
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Authm::TokenType::Source
- Defined in:
- lib/virtuozzo/soap/types/authm.rb
Overview
inner class for member: source http://www.swsoft.com/webservices/vzl/4.0.0/typessource
name - SOAP::SOAPString
id - (any)
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name = nil, id = nil) ⇒ Source
constructor
A new instance of Source.
Constructor Details
#initialize(name = nil, id = nil) ⇒ Source
Returns a new instance of Source.
905 906 907 908 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 905 def initialize(name = nil, id = nil) @name = name @id = id end |
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
903 904 905 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 903 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
902 903 904 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 902 def name @name end |