class Geckoboard::PercentageField
Public Instance Methods
to_hash()
click to toggle source
Calls superclass method
Geckoboard::OptionalField#to_hash
# File lib/geckoboard/field_types.rb, line 71 def to_hash super.merge(type: :percentage) end