Module: Windoo::Connection::Constants
- Included in:
- Windoo::Connection
- Defined in:
- lib/windoo/connection/constants.rb
Overview
This module defines constants related to API connctions, used throughout the connection class and elsewhere.
Class Method Summary collapse
Class Method Details
.included(includer) ⇒ Object
47 48 49 |
# File 'lib/windoo/connection/constants.rb', line 47 def self.included(includer) Windoo.verbose_include(includer, self) end |