Module: Scro::Auth
- Defined in:
- lib/scro/auth.rb,
lib/scro/auth/key.rb,
lib/scro/auth/user.rb,
lib/scro/auth/repository.rb
Defined Under Namespace
Classes: Key, Repository, Request, RequestError, User
Class Attribute Summary collapse
-
.endpoint_host ⇒ Object
Returns the value of attribute endpoint_host.
-
.endpoint_path ⇒ Object
Returns the value of attribute endpoint_path.
Class Attribute Details
.endpoint_host ⇒ Object
Returns the value of attribute endpoint_host.
9 10 11 |
# File 'lib/scro/auth.rb', line 9 def endpoint_host @endpoint_host end |
.endpoint_path ⇒ Object
Returns the value of attribute endpoint_path.
9 10 11 |
# File 'lib/scro/auth.rb', line 9 def endpoint_path @endpoint_path end |