Class: HtmlToMarkdown::ProcessingWarning
- Inherits:
-
Object
- Object
- HtmlToMarkdown::ProcessingWarning
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#kind ⇒ WarningKind
readonly
Returns the value of attribute kind.
-
#message ⇒ String
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize ⇒ ProcessingWarning
constructor
A new instance of ProcessingWarning.
Constructor Details
#initialize ⇒ ProcessingWarning
Returns a new instance of ProcessingWarning.
277 |
# File 'sig/types.rbs', line 277
def initialize: (message: String, kind: WarningKind) -> void
|
Instance Attribute Details
#kind ⇒ WarningKind (readonly)
Returns the value of attribute kind.
275 276 277 |
# File 'sig/types.rbs', line 275 def kind @kind end |
#message ⇒ String (readonly)
Returns the value of attribute message.
274 275 276 |
# File 'sig/types.rbs', line 274 def @message end |