Class: Url2mhtml::ContentInfo
- Inherits:
-
Struct
- Object
- Struct
- Url2mhtml::ContentInfo
- Defined in:
- lib/url2mhtml.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#is_root ⇒ Object
Returns the value of attribute is_root.
-
#title ⇒ Object
Returns the value of attribute title.
-
#type ⇒ Object
Returns the value of attribute type.
-
#uri ⇒ Object
Returns the value of attribute uri.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
7 8 9 |
# File 'lib/url2mhtml.rb', line 7 def body @body end |
#is_root ⇒ Object
Returns the value of attribute is_root
7 8 9 |
# File 'lib/url2mhtml.rb', line 7 def is_root @is_root end |
#title ⇒ Object
Returns the value of attribute title
7 8 9 |
# File 'lib/url2mhtml.rb', line 7 def title @title end |
#type ⇒ Object
Returns the value of attribute type
7 8 9 |
# File 'lib/url2mhtml.rb', line 7 def type @type end |
#uri ⇒ Object
Returns the value of attribute uri
7 8 9 |
# File 'lib/url2mhtml.rb', line 7 def uri @uri end |