Class: SkypeCheck::Configuration
- Inherits:
-
Object
- Object
- SkypeCheck::Configuration
- Defined in:
- lib/skype_check/config.rb
Constant Summary collapse
- DEFAULT_ENDPOINT =
'https://login.skype.com/json/validator'
Instance Attribute Summary collapse
-
#username_validator_endpoint ⇒ Object
Returns the value of attribute username_validator_endpoint.
Instance Attribute Details
#username_validator_endpoint ⇒ Object
Returns the value of attribute username_validator_endpoint.
18 19 20 |
# File 'lib/skype_check/config.rb', line 18 def username_validator_endpoint @username_validator_endpoint end |