Method: BlueprintClient::IntegrationTransform.attribute_map
- Defined in:
- lib/blueprint_ruby_client/models/integration_transform.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
26 27 28 29 30 31 32 33 34 35 36 37 38 |
# File 'lib/blueprint_ruby_client/models/integration_transform.rb', line 26 def self.attribute_map { :'field' => :'field', :'regex' => :'regex', :'refs' => :'refs', :'example' => :'example' } end |