Class: Opml::OpmlBody
- Inherits:
-
Object
- Object
- Opml::OpmlBody
- Defined in:
- lib/opml-reader.rb
Instance Attribute Summary collapse
-
#outline ⇒ Object
Returns the value of attribute outline.
Instance Method Summary collapse
-
#initialize ⇒ OpmlBody
constructor
A new instance of OpmlBody.
Constructor Details
#initialize ⇒ OpmlBody
Returns a new instance of OpmlBody.
38 39 40 |
# File 'lib/opml-reader.rb', line 38 def initialize @outline = {} end |
Instance Attribute Details
#outline ⇒ Object
Returns the value of attribute outline.
37 38 39 |
# File 'lib/opml-reader.rb', line 37 def outline @outline end |