Class: AMT::Service::NetworkAdministration::VlanParameters
- Inherits:
-
Struct
- Object
- Struct
- AMT::Service::NetworkAdministration::VlanParameters
- Defined in:
- lib/amt/service/network_administration/structures.rb
Overview
Struct class containing the response to the #get_vlan_parameters method.
Instance Attribute Summary collapse
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#tag ⇒ Object
Returns the value of attribute tag.
Instance Attribute Details
#enabled ⇒ Object
Returns the value of attribute enabled
11 12 13 |
# File 'lib/amt/service/network_administration/structures.rb', line 11 def enabled @enabled end |
#tag ⇒ Object
Returns the value of attribute tag
11 12 13 |
# File 'lib/amt/service/network_administration/structures.rb', line 11 def tag @tag end |