Class: OPML2HTML::Dumper

Inherits:
Object
  • Object
show all
Defined in:
lib/opml2html/dumper.rb

Instance Method Summary collapse

Instance Method Details

#body_outline_created(time) ⇒ Object



31
32
33
# File 'lib/opml2html/dumper.rb', line 31

def body_outline_created(time)
  warn "body / outline / created: #{time}"
end

#body_outline_headingObject



25
# File 'lib/opml2html/dumper.rb', line 25

def body_outline_heading(*); end

#body_outline_text(value) ⇒ Object



27
28
29
# File 'lib/opml2html/dumper.rb', line 27

def body_outline_text(value)
  warn "body / outline / text: #{value}"
end

#head_date_created(time) ⇒ Object



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

def head_date_created(time)
  warn "head / date created: #{time}"
end

#head_date_modified(time) ⇒ Object



19
20
21
# File 'lib/opml2html/dumper.rb', line 19

def head_date_modified(time)
  warn "head / date modified: #{time}"
end

#head_endObject



23
# File 'lib/opml2html/dumper.rb', line 23

def head_end; end

#head_owner_name(content) ⇒ Object



15
16
17
# File 'lib/opml2html/dumper.rb', line 15

def head_owner_name(content)
  warn "head / owner name: #{content}"
end

#head_owner_twitter_screen_name(content) ⇒ Object



11
12
13
# File 'lib/opml2html/dumper.rb', line 11

def head_owner_twitter_screen_name(content)
  warn "head / owner Twitter screen name: #{content}"
end

#head_title(content) ⇒ Object



3
4
5
# File 'lib/opml2html/dumper.rb', line 3

def head_title(content)
  warn "head / title: #{content}"
end