Class: Packet::OperatingSystem
- Inherits:
-
Object
- Object
- Packet::OperatingSystem
- Includes:
- Entity
- Defined in:
- lib/packet/operating_system.rb
Instance Attribute Summary collapse
-
#distro ⇒ Object
Returns the value of attribute distro.
-
#name ⇒ Object
Returns the value of attribute name.
-
#provisionable_on ⇒ Object
Returns the value of attribute provisionable_on.
-
#slug ⇒ Object
Returns the value of attribute slug.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#distro ⇒ Object
Returns the value of attribute distro.
7 8 9 |
# File 'lib/packet/operating_system.rb', line 7 def distro @distro end |
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/packet/operating_system.rb', line 6 def name @name end |
#provisionable_on ⇒ Object
Returns the value of attribute provisionable_on.
9 10 11 |
# File 'lib/packet/operating_system.rb', line 9 def provisionable_on @provisionable_on end |
#slug ⇒ Object
Returns the value of attribute slug.
5 6 7 |
# File 'lib/packet/operating_system.rb', line 5 def slug @slug end |
#version ⇒ Object
Returns the value of attribute version.
8 9 10 |
# File 'lib/packet/operating_system.rb', line 8 def version @version end |