Sha256: b44b46575572ec8e8369e65fca85deb49f994edaab46782e42289739cdc19845
Contents?: true
Size: 359 Bytes
Versions: 11
Compression:
Stored size: 359 Bytes
Contents
# frozen_string_literal: true module Billomat module Models # Representation of the client resource. class Contact < Base # @return [String] the resource's base path def self.base_path '/contacts' end # @return [String] the resource's name def self.resource_name 'contact' end end end end
Version data entries
11 entries across 11 versions & 1 rubygems