Class: Moneta::Api::Types::KeyValueAttribute
- Inherits:
-
Object
- Object
- Moneta::Api::Types::KeyValueAttribute
- Includes:
- DataMapper
- Defined in:
- lib/moneta/api/types/key_value_attribute.rb
Overview
Тип, который позволяет работать с сущностями типа "ключ-значение". Key-value pairs type.
Instance Method Summary collapse
Methods included from DataMapper
Instance Method Details
#key ⇒ String
11 |
# File 'lib/moneta/api/types/key_value_attribute.rb', line 11 property :key |
#value ⇒ String
14 |
# File 'lib/moneta/api/types/key_value_attribute.rb', line 14 property :value |