Method: Beaker::Platform#codename

Defined in:
lib/beaker/platform.rb

#codenameObject (readonly)

A string with the codename of the platform+version, nil on platforms without codenames.



48
49
50
# File 'lib/beaker/platform.rb', line 48

def codename
  @codename
end