Class: BrowserShooter::Models::Browser

Inherits:
Struct
  • Object
show all
Defined in:
lib/browser_shooter/models/browser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



3
4
5
# File 'lib/browser_shooter/models/browser.rb', line 3

def name
  @name
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



3
4
5
# File 'lib/browser_shooter/models/browser.rb', line 3

def type
  @type
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



3
4
5
# File 'lib/browser_shooter/models/browser.rb', line 3

def url
  @url
end

#vmObject

Returns the value of attribute vm

Returns:

  • (Object)

    the current value of vm



3
4
5
# File 'lib/browser_shooter/models/browser.rb', line 3

def vm
  @vm
end