Class: Top4R::PropImg

Inherits:
Object
  • Object
show all
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

included

Class Method Details

.attributesObject



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

def attributes; @@ATTRIBUTES; end