Class: Browser::Navigator::Version

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

Instance Attribute Summary collapse

Instance Attribute Details

#build ⇒ Object

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

#major ⇒ Object

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

#minor ⇒ Object

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