Class: HtmlToMarkdown::VisitResultContinue

Inherits:
Data
  • Object
show all
Extended by:
T::Sig
Includes:
VisitResult
Defined in:
lib/html_to_markdown/native.rb

Overview

Continue with default conversion behavior

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.from_hash(hash) ⇒ Object



1010
1011
1012
# File 'lib/html_to_markdown/native.rb', line 1010

def self.from_hash(hash)
  new
end

Instance Method Details

#continue?Boolean

Returns:

  • (Boolean)


998
# File 'lib/html_to_markdown/native.rb', line 998

def continue? = true

#custom?Boolean

Returns:

  • (Boolean)


1000
# File 'lib/html_to_markdown/native.rb', line 1000

def custom? = false

#error?Boolean

Returns:

  • (Boolean)


1006
1007
1008
# File 'lib/html_to_markdown/native.rb', line 1006

def error? = false
# @param hash [Hash] deserialized from the native extension
# @return [self]

#preserve_html?Boolean

Returns:

  • (Boolean)


1004
# File 'lib/html_to_markdown/native.rb', line 1004

def preserve_html? = false

#skip?Boolean

Returns:

  • (Boolean)


1002
# File 'lib/html_to_markdown/native.rb', line 1002

def skip? = false