module Her::Model::ClassMethods

Public Instance Methods

attributes(*args) click to toggle source
Calls superclass method
# File lib/orm_adapter/her/adapter.rb, line 13
def attributes(*args)
  @model_attributes = args
  super(*args)
end
model_attributes() click to toggle source
# File lib/orm_adapter/her/adapter.rb, line 9
def model_attributes
  @model_attributes
end