class StandardRise

Constants

ATTRS

metaprogramming the hash to convert keys to attr_accessor's and also for inserting the values to the sql strings

Public Class Methods

attributes() click to toggle source

reader that can be accessed by Persistable module to know the unique class's constant

# File lib/mtg_card_finder/tables/standard_rise.rb, line 17
def self.attributes
  ATTRS
end