Method: TalonOne::Rule.openapi_types
- Defined in:
- lib/talon_one/models/rule.rb
.openapi_types ⇒ Object
Attribute type mapping.
44 45 46 47 48 49 50 51 52 |
# File 'lib/talon_one/models/rule.rb', line 44 def self.openapi_types { :'title' => :'String', :'description' => :'String', :'bindings' => :'Array<Binding>', :'condition' => :'Array<Object>', :'effects' => :'Array<Object>' } end |