Exception: Feedbook::Errors::ParseFeedError
- Inherits:
-
StandardError
- Object
- StandardError
- Feedbook::Errors::ParseFeedError
- Defined in:
- lib/feedbook/errors/parse_feed_error.rb
Instance Attribute Summary collapse
-
#url ⇒ Object
readonly
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize(url, message) ⇒ ParseFeedError
constructor
A new instance of ParseFeedError.
Constructor Details
#initialize(url, message) ⇒ ParseFeedError
Returns a new instance of ParseFeedError.
5 6 7 8 |
# File 'lib/feedbook/errors/parse_feed_error.rb', line 5 def initialize(url, ) @url = url super() end |
Instance Attribute Details
#url ⇒ Object (readonly)
Returns the value of attribute url.
4 5 6 |
# File 'lib/feedbook/errors/parse_feed_error.rb', line 4 def url @url end |