Module | DataMapper::Model::Property |
In: |
lib/dm-core/model/property.rb
|
Gets the field naming conventions for this resource in the given Repository
@param [String, Symbol] repository_name
the name of the Repository for which the field naming convention will be retrieved
@return [call]
The naming convention for the given Repository
@api public
Gets a list of all properties that have been defined on this Model in the requested repository
@param [Symbol, String] repository_name
The name of the repository to use. Uses the default Repository if none is specified.
@return [Array]
A list of Properties defined on this Model in the given Repository
@api public