Class: T::Props::Private::ApplyPrimitiveDefault
- Inherits:
-
ApplyFixedDefault
- Object
- ApplyDefault
- ApplyFixedDefault
- T::Props::Private::ApplyPrimitiveDefault
- Defined in:
- lib/types/props/private/apply_default.rb
Constant Summary
Constants inherited from ApplyDefault
T::Props::Private::ApplyDefault::NO_CLONE_TYPES
Constants included from Helpers
Instance Attribute Summary collapse
-
#default ⇒ Object
readonly
Returns the value of attribute default.
Attributes inherited from ApplyDefault
Method Summary
Methods inherited from ApplyFixedDefault
Methods inherited from ApplyDefault
for, #initialize, #set_default
Methods included from Sig
Methods included from Helpers
#abstract!, #final!, #interface!, #mixes_in_class_methods, #requires_ancestor, #sealed!
Constructor Details
This class inherits a constructor from T::Props::Private::ApplyFixedDefault
Instance Attribute Details
#default ⇒ Object (readonly)
Returns the value of attribute default.
92 93 94 |
# File 'lib/types/props/private/apply_default.rb', line 92 def default @default end |