Class: Landable::Configuration::Screenshots

Inherits:
Object
  • Object
show all
Defined in:
lib/landable/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeScreenshots

Returns a new instance of Screenshots.



191
192
193
# File 'lib/landable/configuration.rb', line 191

def initialize
  @autorun = true
end

Instance Attribute Details

#autorunObject

Returns the value of attribute autorun.



188
189
190
# File 'lib/landable/configuration.rb', line 188

def autorun
  @autorun
end

#browserstack_passwordObject

Returns the value of attribute browserstack_password.



189
190
191
# File 'lib/landable/configuration.rb', line 189

def browserstack_password
  @browserstack_password
end

#browserstack_usernameObject

Returns the value of attribute browserstack_username.



189
190
191
# File 'lib/landable/configuration.rb', line 189

def browserstack_username
  @browserstack_username
end