class EvilEvents::Shared::Structure
@api public @since 0.1.0
Public Class Methods
attribute(key, type = EvilEvents::Shared::Types::Any)
click to toggle source
@param key [Symbol] @param type [EvilEvents::Shared::Types::Any]
@since 0.1.0
# File lib/evil_events/shared/structure.rb, line 18 def attribute(key, type = EvilEvents::Shared::Types::Any) _native_attribute(key, type) end
Also aliased as: _native_attribute