Method: Nodeum::ApiKeyScope.attribute_map

Defined in:
lib/nodeum_sdk/models/api_key_scope.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



22
23
24
25
26
27
# File 'lib/nodeum_sdk/models/api_key_scope.rb', line 22

def self.attribute_map
  {
    :'controller' => :'controller',
    :'action' => :'action'
  }
end