class Moneta::Api::Responses::KeyValueResponse

Public Instance Methods

fill(attributes) click to toggle source
Calls superclass method Moneta::Api::DataMapper#fill
# File lib/moneta/api/responses/key_value_response.rb, line 9
def fill(attributes)
  @attribute = KeyValueSerializer.deserialize(attributes.delete(:attribute))
  super
  self
end