Class: Virtuozzo::SOAP::Types::Support::EnvType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Support::EnvType
- Defined in:
- lib/virtuozzo/soap/types/support.rb
Overview
Direct Known Subclasses
Instance Attribute Summary collapse
-
#alert ⇒ Object
Returns the value of attribute alert.
-
#config ⇒ Object
Returns the value of attribute config.
-
#eid ⇒ Object
Returns the value of attribute eid.
-
#parent_eid ⇒ Object
Returns the value of attribute parent_eid.
-
#status ⇒ Object
Returns the value of attribute status.
-
#virtual_config ⇒ Object
Returns the value of attribute virtual_config.
Instance Method Summary collapse
-
#initialize(parent_eid = nil, eid = nil, status = nil, alert = nil, config = nil, virtual_config = nil) ⇒ EnvType
constructor
A new instance of EnvType.
Constructor Details
#initialize(parent_eid = nil, eid = nil, status = nil, alert = nil, config = nil, virtual_config = nil) ⇒ EnvType
Returns a new instance of EnvType.
794 795 796 797 798 799 800 801 |
# File 'lib/virtuozzo/soap/types/support.rb', line 794 def initialize(parent_eid = nil, eid = nil, status = nil, alert = nil, config = nil, virtual_config = nil) @parent_eid = parent_eid @eid = eid @status = status @alert = alert @config = config @virtual_config = virtual_config end |
Instance Attribute Details
#alert ⇒ Object
Returns the value of attribute alert.
790 791 792 |
# File 'lib/virtuozzo/soap/types/support.rb', line 790 def alert @alert end |
#config ⇒ Object
Returns the value of attribute config.
791 792 793 |
# File 'lib/virtuozzo/soap/types/support.rb', line 791 def config @config end |
#eid ⇒ Object
Returns the value of attribute eid.
788 789 790 |
# File 'lib/virtuozzo/soap/types/support.rb', line 788 def eid @eid end |
#parent_eid ⇒ Object
Returns the value of attribute parent_eid.
787 788 789 |
# File 'lib/virtuozzo/soap/types/support.rb', line 787 def parent_eid @parent_eid end |
#status ⇒ Object
Returns the value of attribute status.
789 790 791 |
# File 'lib/virtuozzo/soap/types/support.rb', line 789 def status @status end |
#virtual_config ⇒ Object
Returns the value of attribute virtual_config.
792 793 794 |
# File 'lib/virtuozzo/soap/types/support.rb', line 792 def virtual_config @virtual_config end |