Method: Olelo::Attributes::ClassMethods#attribute_group

Defined in:
lib/olelo/attributes.rb

#attribute_groupAttributeGroup

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Root attribute group

Returns:



238
239
240
# File 'lib/olelo/attributes.rb', line 238

def attribute_group
  @attribute_group ||= AttributeGroup.new
end