Class: Packet::OperatingSystem

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

Instance Attribute Summary collapse

Instance Attribute Details

#distroObject

Returns the value of attribute distro.



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

def distro
  @distro
end

#nameObject

Returns the value of attribute name.



6
7
8
# File 'lib/packet/operating_system.rb', line 6

def name
  @name
end

#provisionable_onObject

Returns the value of attribute provisionable_on.



9
10
11
# File 'lib/packet/operating_system.rb', line 9

def provisionable_on
  @provisionable_on
end

#slugObject

Returns the value of attribute slug.



5
6
7
# File 'lib/packet/operating_system.rb', line 5

def slug
  @slug
end

#versionObject

Returns the value of attribute version.



8
9
10
# File 'lib/packet/operating_system.rb', line 8

def version
  @version
end