Class: BrowserShooter::Models::Test

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

Instance Attribute Summary collapse

Instance Attribute Details

#commandsObject

Returns the value of attribute commands

Returns:

  • (Object)

    the current value of commands



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

def commands
  @commands
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end