Class: Wes::Data::API::Configuration
- Inherits:
-
Object
- Object
- Wes::Data::API::Configuration
- Defined in:
- lib/wes/data/api/configuration.rb
Constant Summary collapse
- DEFAULT_VERSION =
"v1".freeze
Class Attribute Summary collapse
-
.endpoint ⇒ Object
Returns the value of attribute endpoint.
- .version ⇒ Object
Class Method Summary collapse
Class Attribute Details
.endpoint ⇒ Object
Returns the value of attribute endpoint.
10 11 12 |
# File 'lib/wes/data/api/configuration.rb', line 10 def endpoint @endpoint end |
.version ⇒ Object
22 23 24 |
# File 'lib/wes/data/api/configuration.rb', line 22 def version @version ||= DEFAULT_VERSION end |