Class: Qiita::Team::Services::Properties::BooleanProperty
- Defined in:
- lib/qiita/team/services/properties/boolean_property.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Qiita::Team::Services::Properties::Base
Instance Method Details
#default ⇒ Object
Note:
7 8 9 |
# File 'lib/qiita/team/services/properties/boolean_property.rb', line 7 def default @default.nil? ? true : @default end |