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.
143 144 145 |
# File 'lib/landable/configuration.rb', line 143 def initialize @autorun = true end |
Instance Attribute Details
#autorun ⇒ Object
Returns the value of attribute autorun.
140 141 142 |
# File 'lib/landable/configuration.rb', line 140 def autorun @autorun end |
#browserstack_password ⇒ Object
Returns the value of attribute browserstack_password.
141 142 143 |
# File 'lib/landable/configuration.rb', line 141 def browserstack_password @browserstack_password end |
#browserstack_username ⇒ Object
Returns the value of attribute browserstack_username.
141 142 143 |
# File 'lib/landable/configuration.rb', line 141 def browserstack_username @browserstack_username end |