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.
275 |
# File 'sig/types.rbs', line 275
def initialize: (message: String, kind: WarningKind) -> void
|
Instance Attribute Details
#kind ⇒ WarningKind (readonly)
Returns the value of attribute kind.
273 274 275 |
# File 'sig/types.rbs', line 273 def kind @kind end |
#message ⇒ String (readonly)
Returns the value of attribute message.
272 273 274 |
# File 'sig/types.rbs', line 272 def @message end |