Method: SmartCore::Types::Primitive#runtime_attributes

Defined in:
lib/smart_core/types/primitive.rb

#runtime_attributesArray<Any> (readonly)

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.

Returns:

  • (Array<Any>)

Since:

  • 0.3.0



53
54
55
# File 'lib/smart_core/types/primitive.rb', line 53

def runtime_attributes
  @runtime_attributes
end