Class: Browser::Navigator::Version

Inherits:
Struct
  • Object
show all
Defined in:
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



10
11
12
# File 'opal/browser/navigator.rb', line 10

def build
  @build
end

#majorObject

Returns the value of attribute major

Returns:

  • (Object)

    the current value of major



10
11
12
# File 'opal/browser/navigator.rb', line 10

def major
  @major
end

#minorObject

Returns the value of attribute minor

Returns:

  • (Object)

    the current value of minor



10
11
12
# File 'opal/browser/navigator.rb', line 10

def minor
  @minor
end