Exception: Mechanize::UnsupportedSchemeError
- Defined in:
- lib/mechanize/unsupported_scheme_error.rb
Instance Attribute Summary collapse
-
#scheme ⇒ Object
Returns the value of attribute scheme.
Instance Method Summary collapse
-
#initialize(scheme) ⇒ UnsupportedSchemeError
constructor
A new instance of UnsupportedSchemeError.
Constructor Details
#initialize(scheme) ⇒ UnsupportedSchemeError
Returns a new instance of UnsupportedSchemeError.
3 4 5 |
# File 'lib/mechanize/unsupported_scheme_error.rb', line 3 def initialize(scheme) @scheme = scheme end |
Instance Attribute Details
#scheme ⇒ Object
Returns the value of attribute scheme.
2 3 4 |
# File 'lib/mechanize/unsupported_scheme_error.rb', line 2 def scheme @scheme end |