class Geckoboard::NumberField

Public Instance Methods

to_hash() click to toggle source
Calls superclass method Geckoboard::OptionalField#to_hash
# File lib/geckoboard/field_types.rb, line 38
def to_hash
  super.merge(type: :number)
end