Class: ApartmentRatings::Configuration

Inherits:
Hashie::Dash
  • Object
show all
Defined in:
lib/apartment_ratings/configuration.rb

Constant Summary collapse

DEFAULTS =
{
  format: 'json',
  api_base_path: 'https://services.apartmentratings.com/services/rms/v1/',
  hours_before_token_expiration: 48
}.freeze