Class: Geckoboard::StringField
- Defined in:
- lib/geckoboard/field_types.rb
Instance Attribute Summary
Attributes inherited from Field
Instance Method Summary collapse
Methods inherited from Field
Constructor Details
This class inherits a constructor from Geckoboard::Field
Instance Method Details
#to_hash ⇒ Object
32 33 34 |
# File 'lib/geckoboard/field_types.rb', line 32 def to_hash super.merge(type: :string) end |