Class: Top4R::UserSubscribe

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

Overview

UserSubscribe Model

Constant Summary collapse

@@ATTRIBUTES =
[:status, :start_date, :end_date, :version_no]

Class Method Summary collapse

Methods included from ModelMixin

included

Class Method Details

.attributesObject



62
# File 'lib/top4r/model/user.rb', line 62

def attributes; @@ATTRIBUTES; end