Class: Coach4rb::Proxy::InvalidAccess
- Inherits:
-
Base
- Object
- Base
- Coach4rb::Proxy::InvalidAccess
- Defined in:
- lib/coach4rb/proxy.rb
Overview
This class provides an invalid access proxy which will always fail.
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary (collapse)
-
- (NilClass) password
Returns always nil.
-
- (NilClass) username
Returns always nil.
-
- (FalseClass) valid?
Returns always false.
Methods inherited from Base
#initialize, #method_missing, #proxy_options
Methods included from Mixin::BasicAuth
Constructor Details
This class inherits a constructor from Coach4rb::Proxy::Base
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Coach4rb::Proxy::Base
Instance Method Details
- (NilClass) password
Returns always nil.
138 139 140 |
# File 'lib/coach4rb/proxy.rb', line 138 def password nil end |
- (NilClass) username
Returns always nil.
130 131 132 |
# File 'lib/coach4rb/proxy.rb', line 130 def username nil end |
- (FalseClass) valid?
Returns always false.
122 123 124 |
# File 'lib/coach4rb/proxy.rb', line 122 def valid? false end |