Class: Crawlberg::JsonLdEntry
- Inherits:
-
Object
- Object
- Crawlberg::JsonLdEntry
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#name ⇒ String?
readonly
Returns the value of attribute name.
-
#raw ⇒ String
readonly
Returns the value of attribute raw.
-
#schema_type ⇒ String
readonly
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.
333 |
# File 'sig/types.rbs', line 333
def initialize: (?schema_type: String, ?name: String, ?raw: String) -> void
|
Instance Attribute Details
#name ⇒ String? (readonly)
Returns the value of attribute name.
330 331 332 |
# File 'sig/types.rbs', line 330 def name @name end |
#raw ⇒ String (readonly)
Returns the value of attribute raw.
331 332 333 |
# File 'sig/types.rbs', line 331 def raw @raw end |
#schema_type ⇒ String (readonly)
Returns the value of attribute schema_type.
329 330 331 |
# File 'sig/types.rbs', line 329 def schema_type @schema_type end |