Class: Url2mhtml::ContentInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/url2mhtml.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



7
8
9
# File 'lib/url2mhtml.rb', line 7

def body
  @body
end

#is_rootObject

Returns the value of attribute is_root

Returns:

  • (Object)

    the current value of is_root



7
8
9
# File 'lib/url2mhtml.rb', line 7

def is_root
  @is_root
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



7
8
9
# File 'lib/url2mhtml.rb', line 7

def title
  @title
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



7
8
9
# File 'lib/url2mhtml.rb', line 7

def type
  @type
end

#uriObject

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri



7
8
9
# File 'lib/url2mhtml.rb', line 7

def uri
  @uri
end