Class: Top4R::PropImg
- Inherits:
-
Object
- Object
- Top4R::PropImg
- Includes:
- ModelMixin
- Defined in:
- lib/top4r/model/item.rb
Overview
PropImg Model
Constant Summary collapse
- @@ATTRIBUTES =
[:id, :url, :properties, :position, :created]
Class Method Summary collapse
Methods included from ModelMixin
Class Method Details
.attributes ⇒ Object
21 |
# File 'lib/top4r/model/item.rb', line 21 def attributes; @@ATTRIBUTES; end |