Class: Percy::Client
- Inherits:
-
Object
- Object
- Percy::Client
- Includes:
- Builds, Connection, Resources, Snapshots
- Defined in:
- lib/percy/client.rb,
lib/percy/client/builds.rb,
lib/percy/client/version.rb,
lib/percy/client/resources.rb,
lib/percy/client/snapshots.rb,
lib/percy/client/connection.rb,
lib/percy/client/environment.rb
Defined Under Namespace
Modules: Builds, Connection, Environment, Resources, Snapshots Classes: ConnectionFailed, Error, HttpError, Resource, TimeoutError
Constant Summary collapse
- VERSION =
'1.2.0'
Instance Attribute Summary collapse
-
#config ⇒ Object
readonly
Returns the value of attribute config.
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Client
constructor
A new instance of Client.
Methods included from Resources
Methods included from Snapshots
#create_snapshot, #finalize_snapshot
Methods included from Builds
#create_build, #finalize_build
Methods included from Connection
Constructor Details
Instance Attribute Details
#config ⇒ Object (readonly)
Returns the value of attribute config.
35 36 37 |
# File 'lib/percy/client.rb', line 35 def config @config end |