Class: HtmlToMarkdown::MetadataEntry
- Inherits:
-
Object
- Object
- HtmlToMarkdown::MetadataEntry
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#key ⇒ String
readonly
Returns the value of attribute key.
-
#value ⇒ String
readonly
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize ⇒ MetadataEntry
constructor
A new instance of MetadataEntry.
Constructor Details
#initialize ⇒ MetadataEntry
Returns a new instance of MetadataEntry.
234 |
# File 'sig/types.rbs', line 234
def initialize: (key: String, value: String) -> void
|
Instance Attribute Details
#key ⇒ String (readonly)
Returns the value of attribute key.
231 232 233 |
# File 'sig/types.rbs', line 231 def key @key end |
#value ⇒ String (readonly)
Returns the value of attribute value.
232 233 234 |
# File 'sig/types.rbs', line 232 def value @value end |