Class: Calendlyr::Resource

Inherits:
Object
  • Object
show all
Defined in:
lib/calendlyr/resource.rb

Constant Summary collapse

ERROR_CODES =
%w[400 401 403 404 409 500]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(client) ⇒ Resource

Returns a new instance of Resource.



12
13
14
# File 'lib/calendlyr/resource.rb', line 12

def initialize(client)
  @client = client
end

Instance Attribute Details

#clientObject (readonly)

Returns the value of attribute client.



8
9
10
# File 'lib/calendlyr/resource.rb', line 8

def client
  @client
end