class Dynamo::Model::Base

Public Class Methods

new(params = {}) click to toggle source
# File lib/dynamo/model/base.rb, line 4
def initialize(params = {})
end

Public Instance Methods

build(params = {}) click to toggle source
# File lib/dynamo/model/base.rb, line 13
def build(params = {})
end
create(params = {}) click to toggle source
# File lib/dynamo/model/base.rb, line 10
def create(params = {})
end
save() click to toggle source
# File lib/dynamo/model/base.rb, line 7
def save
end
update_column(attribute, value) click to toggle source
# File lib/dynamo/model/base.rb, line 16
def update_column(attribute, value)
end
update_columns(params = {}) click to toggle source
# File lib/dynamo/model/base.rb, line 19
def update_columns(params = {})
end