Class: Crawlberg::FeedInfo
- Inherits:
-
Object
- Object
- Crawlberg::FeedInfo
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#feed_type ⇒ FeedType?
Returns the value of attribute feed_type.
-
#title ⇒ String?
Returns the value of attribute title.
-
#url ⇒ String?
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize ⇒ FeedInfo
constructor
A new instance of FeedInfo.
Constructor Details
#initialize ⇒ FeedInfo
Returns a new instance of FeedInfo.
274 |
# File 'sig/types.rbs', line 274
def initialize: (?url: String, ?title: String, ?feed_type: FeedType) -> void
|
Instance Attribute Details
#feed_type ⇒ FeedType?
Returns the value of attribute feed_type.
272 273 274 |
# File 'sig/types.rbs', line 272 def feed_type @feed_type end |
#title ⇒ String?
Returns the value of attribute title.
271 272 273 |
# File 'sig/types.rbs', line 271 def title @title end |
#url ⇒ String?
Returns the value of attribute url.
270 271 272 |
# File 'sig/types.rbs', line 270 def url @url end |