class Bluepine::Attributes::CurrencyAttribute
Public Instance Methods
format()
click to toggle source
Calls superclass method
# File lib/bluepine/attributes/currency_attribute.rb, line 6 def format super || type end
spec()
click to toggle source
# File lib/bluepine/attributes/currency_attribute.rb, line 10 def spec "ISO 4217" end
spec_uri()
click to toggle source
# File lib/bluepine/attributes/currency_attribute.rb, line 14 def spec_uri "https://en.wikipedia.org/wiki/ISO_4217" end