Method: PulpcoreClient::AccessPolicy.attribute_map
- Defined in:
- lib/pulpcore_client/models/access_policy.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
31 32 33 34 35 36 37 38 |
# File 'lib/pulpcore_client/models/access_policy.rb', line 31 def self.attribute_map { :'permissions_assignment' => :'permissions_assignment', :'creation_hooks' => :'creation_hooks', :'statements' => :'statements', :'queryset_scoping' => :'queryset_scoping' } end |