Class: Browser::Navigator::Version
- Defined in:
- opal/browser/navigator.rb
Instance Attribute Summary collapse
-
#build ⇒ Object
Returns the value of attribute build.
-
#major ⇒ Object
Returns the value of attribute major.
-
#minor ⇒ Object
Returns the value of attribute minor.
Instance Attribute Details
#build ⇒ Object
Returns the value of attribute build
9 10 11 |
# File 'opal/browser/navigator.rb', line 9 def build @build end |
#major ⇒ Object
Returns the value of attribute major
9 10 11 |
# File 'opal/browser/navigator.rb', line 9 def major @major end |
#minor ⇒ Object
Returns the value of attribute minor
9 10 11 |
# File 'opal/browser/navigator.rb', line 9 def minor @minor end |