Class: L43::Base::DataClass::Attribute
- Inherits:
-
Object
- Object
- L43::Base::DataClass::Attribute
- Defined in:
- lib/l43/base/data_class/attribute.rb
Instance Attribute Summary collapse
-
#default ⇒ Object
readonly
Returns the value of attribute default.
-
#init ⇒ Object
readonly
Returns the value of attribute init.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#required ⇒ Object
readonly
Returns the value of attribute required.
Instance Attribute Details
#default ⇒ Object (readonly)
Returns the value of attribute default.
7 8 9 |
# File 'lib/l43/base/data_class/attribute.rb', line 7 def default @default end |
#init ⇒ Object (readonly)
Returns the value of attribute init.
7 8 9 |
# File 'lib/l43/base/data_class/attribute.rb', line 7 def init @init end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
7 8 9 |
# File 'lib/l43/base/data_class/attribute.rb', line 7 def name @name end |
#required ⇒ Object (readonly)
Returns the value of attribute required.
7 8 9 |
# File 'lib/l43/base/data_class/attribute.rb', line 7 def required @required end |