Class: Namely::Authenticator::URL
- Inherits:
-
Object
- Object
- Namely::Authenticator::URL
- Defined in:
- lib/namely/authenticator.rb
Instance Method Summary collapse
-
#initialize(options) ⇒ URL
constructor
A new instance of URL.
- #to_s ⇒ Object
Constructor Details
#initialize(options) ⇒ URL
Returns a new instance of URL.
163 164 165 |
# File 'lib/namely/authenticator.rb', line 163 def initialize() = end |
Instance Method Details
#to_s ⇒ Object
167 168 169 |
# File 'lib/namely/authenticator.rb', line 167 def to_s "#{protocol}://#{host}#{path}?#{query}" end |