Class: FeedUrl
- Inherits:
-
Struct
- Object
- Struct
- FeedUrl
- Defined in:
- lib/imap-feeder/feedfolder.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
1 2 3 |
# File 'lib/imap-feeder/feedfolder.rb', line 1 def name @name end |
#url ⇒ Object
Returns the value of attribute url
1 2 3 |
# File 'lib/imap-feeder/feedfolder.rb', line 1 def url @url end |