Class: Packet::Device

Inherits:
Object
  • Object
show all
Includes:
Entity
Defined in:
lib/packet/device.rb

Instance Attribute Summary collapse

Instance Attribute Details

#hostnameObject

Returns the value of attribute hostname.



7
8
9
# File 'lib/packet/device.rb', line 7

def hostname
  @hostname
end

#ip_addressesObject

Returns the value of attribute ip_addresses.



7
8
9
# File 'lib/packet/device.rb', line 7

def ip_addresses
  @ip_addresses
end

#iqnObject

Returns the value of attribute iqn.



7
8
9
# File 'lib/packet/device.rb', line 7

def iqn
  @iqn
end

#stateObject

Returns the value of attribute state.



7
8
9
# File 'lib/packet/device.rb', line 7

def state
  @state
end

#tagsObject

Returns the value of attribute tags.



7
8
9
# File 'lib/packet/device.rb', line 7

def tags
  @tags
end

#userdataObject

Returns the value of attribute userdata.



7
8
9
# File 'lib/packet/device.rb', line 7

def userdata
  @userdata
end