Class: RubstApi::Security::HTTPAuthorizationCredentials

Inherits:
Data
  • Object
show all
Defined in:
lib/rubst_api/security.rb

Instance Attribute Summary collapse

Instance Attribute Details

#credentialsObject (readonly)

Returns the value of attribute credentials

Returns:

  • (Object)

    the current value of credentials



7
8
9
# File 'lib/rubst_api/security.rb', line 7

def credentials
  @credentials
end

#schemeObject (readonly)

Returns the value of attribute scheme

Returns:

  • (Object)

    the current value of scheme



7
8
9
# File 'lib/rubst_api/security.rb', line 7

def scheme
  @scheme
end