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
permalink #build ⇒ Object
Returns the value of attribute build
10 11 12 |
# File 'opal/browser/navigator.rb', line 10 def build @build end |