Class: SkypeCheck::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/skype_check/config.rb

Constant Summary collapse

DEFAULT_ENDPOINT =
'https://login.skype.com/json/validator'

Instance Attribute Summary collapse

Instance Attribute Details

#username_validator_endpointObject

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