Module: Bookafy

Defined in:
lib/bookafy.rb,
lib/bookafy/company.rb,
lib/bookafy/version.rb,
lib/bookafy/customer.rb,
lib/bookafy/appointment.rb,
lib/bookafy/base_service.rb,
lib/bookafy/model/company.rb,
lib/bookafy/model/customer.rb,
lib/bookafy/model/timestamps.rb,
lib/bookafy/model/appointment.rb

Defined Under Namespace

Modules: Model Classes: Appointment, BaseService, Company, Customer

Constant Summary collapse

VERSION =
'0.1.10'

Class Attribute Summary collapse

Class Attribute Details

.access_tokenObject

Returns the value of attribute access_token.



19
20
21
# File 'lib/bookafy.rb', line 19

def access_token
  @access_token
end

.base_urlObject

Returns the value of attribute base_url.



18
19
20
# File 'lib/bookafy.rb', line 18

def base_url
  @base_url
end

.client_tokenObject

Returns the value of attribute client_token.



20
21
22
# File 'lib/bookafy.rb', line 20

def client_token
  @client_token
end