Class: NetboxClientRuby::IPAM::VlanStatus
- Inherits:
-
Object
- Object
- NetboxClientRuby::IPAM::VlanStatus
- Defined in:
- lib/netbox_client_ruby/api/ipam/vlan.rb
Instance Attribute Summary collapse
-
#label ⇒ Object
readonly
Returns the value of attribute label.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(raw_data) ⇒ VlanStatus
constructor
A new instance of VlanStatus.
Constructor Details
#initialize(raw_data) ⇒ VlanStatus
Returns a new instance of VlanStatus.
25 26 27 28 |
# File 'lib/netbox_client_ruby/api/ipam/vlan.rb', line 25 def initialize(raw_data) @value = raw_data['value'] @label = raw_data['label'] end |
Instance Attribute Details
#label ⇒ Object (readonly)
Returns the value of attribute label.
23 24 25 |
# File 'lib/netbox_client_ruby/api/ipam/vlan.rb', line 23 def label @label end |
#value ⇒ Object (readonly)
Returns the value of attribute value.
23 24 25 |
# File 'lib/netbox_client_ruby/api/ipam/vlan.rb', line 23 def value @value end |