Class: Browser::Navigator::Version

Inherits:
Struct
  • Object
show all
Defined in:
lib/diamonds/opal/browser/navigator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#buildObject

Returns the value of attribute build

Returns:

  • (Object)

    the current value of build



9
10
11
# File 'lib/diamonds/opal/browser/navigator.rb', line 9

def build
  @build
end

#majorObject

Returns the value of attribute major

Returns:

  • (Object)

    the current value of major



9
10
11
# File 'lib/diamonds/opal/browser/navigator.rb', line 9

def major
  @major
end

#minorObject

Returns the value of attribute minor

Returns:

  • (Object)

    the current value of minor



9
10
11
# File 'lib/diamonds/opal/browser/navigator.rb', line 9

def minor
  @minor
end