Class: Top4R::ItemImg

Inherits:
Object
  • Object
show all
Includes:
ModelMixin
Defined in:
lib/top4r/model/item.rb

Overview

ItemImg Model

Constant Summary collapse

@@ATTRIBUTES =
[:id, :url, :position, :created]

Class Method Summary collapse

Methods included from ModelMixin

included

Class Method Details

.attributesObject



10
# File 'lib/top4r/model/item.rb', line 10

def attributes; @@ATTRIBUTES; end