Class: AdminCore::ResourceField::Boolean
- Defined in:
- lib/admin_core/resource_field/boolean.rb
Instance Attribute Summary collapse
- #data ⇒ Boolean readonly
Method Summary
Methods inherited from Base
#initialize, permitted_field_name_of, register, #to_hash, type
Constructor Details
This class inherits a constructor from AdminCore::ResourceField::Base
Instance Attribute Details
#data ⇒ Boolean (readonly)
7 8 9 10 11 12 13 14 |
# File 'lib/admin_core/resource_field/boolean.rb', line 7 class Boolean < Base private # @note Implementation for {QiitaAdmin::ResourceField::Base#field_value} def field_value data end end |