Class: JSON::Schema::Serializer::DataWithContext
- Inherits:
-
Struct
- Object
- Struct
- JSON::Schema::Serializer::DataWithContext
- Defined in:
- lib/json/schema/serializer.rb
Instance Attribute Summary collapse
-
#context ⇒ Object
Returns the value of attribute context.
-
#data ⇒ Object
Returns the value of attribute data.
Instance Attribute Details
#context ⇒ Object
Returns the value of attribute context
22 23 24 |
# File 'lib/json/schema/serializer.rb', line 22 def context @context end |
#data ⇒ Object
Returns the value of attribute data
22 23 24 |
# File 'lib/json/schema/serializer.rb', line 22 def data @data end |