Class: Qiita::Team::Services::Properties::BooleanProperty

Inherits:
Base
  • Object
show all
Defined in:
lib/qiita/team/services/properties/boolean_property.rb

Instance Attribute Summary

Attributes inherited from Base

#name

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Qiita::Team::Services::Properties::Base

Instance Method Details

#defaultObject



7
8
9
# File 'lib/qiita/team/services/properties/boolean_property.rb', line 7

def default
  @default.nil? ? true : @default
end