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.



143
144
145
# File 'lib/landable/configuration.rb', line 143

def initialize
  @autorun = true
end

Instance Attribute Details

#autorunObject

Returns the value of attribute autorun.



140
141
142
# File 'lib/landable/configuration.rb', line 140

def autorun
  @autorun
end

#browserstack_passwordObject

Returns the value of attribute browserstack_password.



141
142
143
# File 'lib/landable/configuration.rb', line 141

def browserstack_password
  @browserstack_password
end

#browserstack_usernameObject

Returns the value of attribute browserstack_username.



141
142
143
# File 'lib/landable/configuration.rb', line 141

def browserstack_username
  @browserstack_username
end