Class: Packet::Device
Instance Attribute Summary collapse
-
#hostname ⇒ Object
Returns the value of attribute hostname.
-
#ip_addresses ⇒ Object
Returns the value of attribute ip_addresses.
-
#iqn ⇒ Object
Returns the value of attribute iqn.
-
#state ⇒ Object
Returns the value of attribute state.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#userdata ⇒ Object
Returns the value of attribute userdata.
Instance Attribute Details
#hostname ⇒ Object
Returns the value of attribute hostname.
7 8 9 |
# File 'lib/packet/device.rb', line 7 def hostname @hostname end |
#ip_addresses ⇒ Object
Returns the value of attribute ip_addresses.
7 8 9 |
# File 'lib/packet/device.rb', line 7 def ip_addresses @ip_addresses end |
#iqn ⇒ Object
Returns the value of attribute iqn.
7 8 9 |
# File 'lib/packet/device.rb', line 7 def iqn @iqn end |
#state ⇒ Object
Returns the value of attribute state.
7 8 9 |
# File 'lib/packet/device.rb', line 7 def state @state end |
#tags ⇒ Object
Returns the value of attribute tags.
7 8 9 |
# File 'lib/packet/device.rb', line 7 def @tags end |
#userdata ⇒ Object
Returns the value of attribute userdata.
7 8 9 |
# File 'lib/packet/device.rb', line 7 def userdata @userdata end |