Class: Dicts::Operator

Inherits:
Dict
  • Object
show all
Defined in:
app/dicts/operators.rb

Constant Summary collapse

STRIPE =
new 1, :stripe
PAYPAL =
new 2, :paypal

Instance Attribute Summary

Attributes inherited from Dict

#id, #index

Method Summary

Methods inherited from Dict

all, find, find_by_index, #initialize, where

Constructor Details

This class inherits a constructor from Dict