Class: Crawlberg::JsonLdEntry
- Inherits:
-
Object
- Object
- Crawlberg::JsonLdEntry
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#name ⇒ String?
Returns the value of attribute name.
-
#raw ⇒ String?
Returns the value of attribute raw.
-
#schema_type ⇒ String?
Returns the value of attribute schema_type.
Instance Method Summary collapse
-
#initialize ⇒ JsonLdEntry
constructor
A new instance of JsonLdEntry.
Constructor Details
#initialize ⇒ JsonLdEntry
Returns a new instance of JsonLdEntry.
291 |
# File 'sig/types.rbs', line 291
def initialize: (?schema_type: String, ?name: String, ?raw: String) -> void
|
Instance Attribute Details
#name ⇒ String?
Returns the value of attribute name.
288 289 290 |
# File 'sig/types.rbs', line 288 def name @name end |
#raw ⇒ String?
Returns the value of attribute raw.
289 290 291 |
# File 'sig/types.rbs', line 289 def raw @raw end |
#schema_type ⇒ String?
Returns the value of attribute schema_type.
287 288 289 |
# File 'sig/types.rbs', line 287 def schema_type @schema_type end |