Class: AMT::Service::NetworkAdministration::VlanParameters

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#enabledObject

Returns the value of attribute enabled

Returns:

  • (Object)

    the current value of enabled



11
12
13
# File 'lib/amt/service/network_administration/structures.rb', line 11

def enabled
  @enabled
end

#tagObject

Returns the value of attribute tag

Returns:

  • (Object)

    the current value of tag



11
12
13
# File 'lib/amt/service/network_administration/structures.rb', line 11

def tag
  @tag
end