Class: L43::Base::DataClass::Attribute

Inherits:
Object
  • Object
show all
Defined in:
lib/l43/base/data_class/attribute.rb

Instance Attribute Summary collapse

Instance Attribute Details

#defaultObject (readonly)

Returns the value of attribute default.



7
8
9
# File 'lib/l43/base/data_class/attribute.rb', line 7

def default
  @default
end

#initObject (readonly)

Returns the value of attribute init.



7
8
9
# File 'lib/l43/base/data_class/attribute.rb', line 7

def init
  @init
end

#nameObject (readonly)

Returns the value of attribute name.



7
8
9
# File 'lib/l43/base/data_class/attribute.rb', line 7

def name
  @name
end

#requiredObject (readonly)

Returns the value of attribute required.



7
8
9
# File 'lib/l43/base/data_class/attribute.rb', line 7

def required
  @required
end