class Plaid::Scaffold::Base
Public Class Methods
category(cat_id)
click to toggle source
# File lib/plaid/scaffold/scaffold.rb, line 39 def self.category(cat_id) self.get_category(cat_id) rescue "There is something wrong with Plaid!" end
institutions()
click to toggle source
# File lib/plaid/scaffold/scaffold.rb, line 31 def self.institutions if @@institutions.empty? self.index_institutions rescue "There is something wrong with Plaid!" end @@institutions end
institutions=(i)
click to toggle source
# File lib/plaid/scaffold/scaffold.rb, line 27 def self.institutions=(i) @@institutions = i end