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.
282 |
# File 'sig/types.rbs', line 282
def initialize: (?schema_type: String, ?name: String, ?raw: String) -> void
|
Instance Attribute Details
#name ⇒ String?
Returns the value of attribute name.
279 280 281 |
# File 'sig/types.rbs', line 279 def name @name end |
#raw ⇒ String?
Returns the value of attribute raw.
280 281 282 |
# File 'sig/types.rbs', line 280 def raw @raw end |
#schema_type ⇒ String?
Returns the value of attribute schema_type.
278 279 280 |
# File 'sig/types.rbs', line 278 def schema_type @schema_type end |