Class: Landable::Configuration::Screenshots
- Inherits:
-
Object
- Object
- Landable::Configuration::Screenshots
- Defined in:
- lib/landable/configuration.rb
Instance Attribute Summary collapse
-
#autorun ⇒ Object
Returns the value of attribute autorun.
-
#browserstack_password ⇒ Object
Returns the value of attribute browserstack_password.
-
#browserstack_username ⇒ Object
Returns the value of attribute browserstack_username.
Instance Method Summary collapse
-
#initialize ⇒ Screenshots
constructor
A new instance of Screenshots.
Constructor Details
#initialize ⇒ Screenshots
Returns a new instance of Screenshots.
191 192 193 |
# File 'lib/landable/configuration.rb', line 191 def initialize @autorun = true end |
Instance Attribute Details
#autorun ⇒ Object
Returns the value of attribute autorun.
188 189 190 |
# File 'lib/landable/configuration.rb', line 188 def autorun @autorun end |
#browserstack_password ⇒ Object
Returns the value of attribute browserstack_password.
189 190 191 |
# File 'lib/landable/configuration.rb', line 189 def browserstack_password @browserstack_password end |
#browserstack_username ⇒ Object
Returns the value of attribute browserstack_username.
189 190 191 |
# File 'lib/landable/configuration.rb', line 189 def browserstack_username @browserstack_username end |