Class: Qiita::Team::Services::Properties::StringProperty
- Defined in:
- lib/qiita/team/services/properties/string_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:
Implement Base#default.
7 8 9 |
# File 'lib/qiita/team/services/properties/string_property.rb', line 7 def default @default.nil? ? "" : @default end |