Class: Crawlberg::FeedInfo
- Inherits:
-
Object
- Object
- Crawlberg::FeedInfo
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#feed_type ⇒ FeedType
readonly
Returns the value of attribute feed_type.
-
#title ⇒ String?
readonly
Returns the value of attribute title.
-
#url ⇒ String
readonly
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.
292 |
# File 'sig/types.rbs', line 292
def initialize: (?url: String, ?title: String, ?feed_type: FeedType) -> void
|
Instance Attribute Details
#feed_type ⇒ FeedType (readonly)
Returns the value of attribute feed_type.
290 291 292 |
# File 'sig/types.rbs', line 290 def feed_type @feed_type end |
#title ⇒ String? (readonly)
Returns the value of attribute title.
289 290 291 |
# File 'sig/types.rbs', line 289 def title @title end |
#url ⇒ String (readonly)
Returns the value of attribute url.
288 289 290 |
# File 'sig/types.rbs', line 288 def url @url end |