Class: Webspicy::Tester::Client

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/webspicy/tester/client.rb

Direct Known Subclasses

Web::Client

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(scope) ⇒ Client

Returns a new instance of Client.



6
7
8
# File 'lib/webspicy/tester/client.rb', line 6

def initialize(scope)
  @scope = scope
end

Instance Attribute Details

#scopeObject (readonly)

Returns the value of attribute scope.



9
10
11
# File 'lib/webspicy/tester/client.rb', line 9

def scope
  @scope
end