Class: Xberg::StructuredData
- Inherits:
-
Object
- Object
- Xberg::StructuredData
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#data_type ⇒ enum_StructuredDataType
readonly
Returns the value of attribute data_type.
-
#raw_json ⇒ String
readonly
Returns the value of attribute raw_json.
-
#schema_type ⇒ String?
readonly
Returns the value of attribute schema_type.
Instance Method Summary collapse
-
#initialize ⇒ StructuredData
constructor
A new instance of StructuredData.
Constructor Details
#initialize ⇒ StructuredData
Returns a new instance of StructuredData.
2423 |
# File 'sig/types.rbs', line 2423 def initialize: (data_type: enum_StructuredDataType, raw_json: String, ?schema_type: String) -> void |
Instance Attribute Details
#data_type ⇒ enum_StructuredDataType (readonly)
Returns the value of attribute data_type.
2419 2420 2421 |
# File 'sig/types.rbs', line 2419 def data_type @data_type end |
#raw_json ⇒ String (readonly)
Returns the value of attribute raw_json.
2420 2421 2422 |
# File 'sig/types.rbs', line 2420 def raw_json @raw_json end |
#schema_type ⇒ String? (readonly)
Returns the value of attribute schema_type.
2421 2422 2423 |
# File 'sig/types.rbs', line 2421 def schema_type @schema_type end |