Class: Virtuozzo::SOAP::Types::Firewallm::TokenType::Source
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Firewallm::TokenType::Source
- Defined in:
- lib/virtuozzo/soap/types/firewallm.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.
920 921 922 923 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 920 def initialize(name = nil, id = nil) @name = name @id = id end |
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
918 919 920 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 918 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
917 918 919 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 917 def name @name end |