Class: Virtuozzo::SOAP::Types::Envm::Get_info
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Envm::Get_info
- Defined in:
- lib/virtuozzo/soap/types/envm.rb
Overview
Defined Under Namespace
Classes: Config, Filter_config
Instance Attribute Summary collapse
-
#config ⇒ Object
Returns the value of attribute config.
-
#eid ⇒ Object
Returns the value of attribute eid.
-
#filter_config ⇒ Object
Returns the value of attribute filter_config.
Instance Method Summary collapse
-
#initialize(eid = [], config = nil, filter_config = nil) ⇒ Get_info
constructor
A new instance of Get_info.
Constructor Details
#initialize(eid = [], config = nil, filter_config = nil) ⇒ Get_info
Returns a new instance of Get_info.
3434 3435 3436 3437 3438 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 3434 def initialize(eid = [], config = nil, filter_config = nil) @eid = eid @config = config @filter_config = filter_config end |
Instance Attribute Details
#config ⇒ Object
Returns the value of attribute config.
3431 3432 3433 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 3431 def config @config end |
#eid ⇒ Object
Returns the value of attribute eid.
3430 3431 3432 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 3430 def eid @eid end |
#filter_config ⇒ Object
Returns the value of attribute filter_config.
3432 3433 3434 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 3432 def filter_config @filter_config end |