Class: Xberg::StructuredData
- Inherits:
-
Object
- Object
- Xberg::StructuredData
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#data_type ⇒ 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.
1341 |
# File 'sig/types.rbs', line 1341
def initialize: (data_type: StructuredDataType, raw_json: String, ?schema_type: String) -> void
|
Instance Attribute Details
#data_type ⇒ StructuredDataType (readonly)
Returns the value of attribute data_type.
1337 1338 1339 |
# File 'sig/types.rbs', line 1337 def data_type @data_type end |
#raw_json ⇒ String (readonly)
Returns the value of attribute raw_json.
1338 1339 1340 |
# File 'sig/types.rbs', line 1338 def raw_json @raw_json end |
#schema_type ⇒ String (readonly)
Returns the value of attribute schema_type.
1339 1340 1341 |
# File 'sig/types.rbs', line 1339 def schema_type @schema_type end |