class Provet::Availability

Private Instance Methods

endpoint_name() click to toggle source
# File lib/provet/availability.rb, line 7
def endpoint_name
  # should be 'availability', not 'availibility'
  # but that's how the endpoint is implemented
  'veterinarians_availibility'
end