Class: Browser::Navigator::Product

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



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

def version
  @version
end