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.
1397 |
# File 'sig/types.rbs', line 1397
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.
1393 1394 1395 |
# File 'sig/types.rbs', line 1393 def data_type @data_type end |
#raw_json ⇒ String (readonly)
Returns the value of attribute raw_json.
1394 1395 1396 |
# File 'sig/types.rbs', line 1394 def raw_json @raw_json end |
#schema_type ⇒ String (readonly)
Returns the value of attribute schema_type.
1395 1396 1397 |
# File 'sig/types.rbs', line 1395 def schema_type @schema_type end |