Exception: Percy::Client::ClientError
- Defined in:
- lib/percy/client.rb
Instance Attribute Summary collapse
-
#env ⇒ Object
Returns the value of attribute env.
Instance Method Summary collapse
-
#initialize(env, *args) ⇒ ClientError
constructor
A new instance of ClientError.
Constructor Details
#initialize(env, *args) ⇒ ClientError
Returns a new instance of ClientError.
20 21 22 23 |
# File 'lib/percy/client.rb', line 20 def initialize(env, *args) @env = env super(*args) end |
Instance Attribute Details
#env ⇒ Object
Returns the value of attribute env.
19 20 21 |
# File 'lib/percy/client.rb', line 19 def env @env end |