class Geckoboard::StringField

Public Instance Methods

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