Class: Crawlberg::JsonLdEntry

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeJsonLdEntry

Returns a new instance of JsonLdEntry.

Parameters:

  • schema_type: (String)
  • name: (String)
  • raw: (String)


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

def initialize: (?schema_type: String, ?name: String, ?raw: String) -> void

Instance Attribute Details

#nameString?

Returns the value of attribute name.

Returns:

  • (String, nil)


279
280
281
# File 'sig/types.rbs', line 279

def name
  @name
end

#rawString?

Returns the value of attribute raw.

Returns:

  • (String, nil)


280
281
282
# File 'sig/types.rbs', line 280

def raw
  @raw
end

#schema_typeString?

Returns the value of attribute schema_type.

Returns:

  • (String, nil)


278
279
280
# File 'sig/types.rbs', line 278

def schema_type
  @schema_type
end