Class: HtmlToMarkdown::MetadataEntry

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeMetadataEntry

Returns a new instance of MetadataEntry.

Parameters:

  • key: (String)
  • value: (String)


234
# File 'sig/types.rbs', line 234

def initialize: (key: String, value: String) -> void

Instance Attribute Details

#keyString (readonly)

Returns the value of attribute key.

Returns:

  • (String)


231
232
233
# File 'sig/types.rbs', line 231

def key
  @key
end

#valueString (readonly)

Returns the value of attribute value.

Returns:

  • (String)


232
233
234
# File 'sig/types.rbs', line 232

def value
  @value
end