Module: Auth0::Types::EventStreamCloudEventConnectionCreatedObject1OptionsAttributeMapAttributes
- Defined in:
- lib/auth0/types/event_stream_cloud_event_connection_created_object1options_attribute_map_attributes.rb
Class Method Summary collapse
Class Method Details
.dump(value) ⇒ String
18 19 20 |
# File 'lib/auth0/types/event_stream_cloud_event_connection_created_object1options_attribute_map_attributes.rb', line 18 def self.dump(value) ::JSON.generate(value) end |
.load(str) ⇒ untyped
11 12 13 |
# File 'lib/auth0/types/event_stream_cloud_event_connection_created_object1options_attribute_map_attributes.rb', line 11 def self.load(str) ::JSON.parse(str) end |