Module: Relax::Resource

Extended by:
Forwardable
Defined in:
lib/relax/resource.rb

Instance Method Summary collapse

Instance Method Details

#initialize(client, options = {}) ⇒ Object



10
11
12
13
# File 'lib/relax/resource.rb', line 10

def initialize(client, options={})
  @client = client
  @options = options
end