Sha256: 87cb6b757ac593f80013490fb6a45919959975da1a8ed4e46714511f541f4b9e
Contents?: true
Size: 740 Bytes
Versions: 5
Compression:
Stored size: 740 Bytes
Contents
# Generated from lib/rbs_activesupport/attribute_accessor.rb with RBS::Inline module RbsActivesupport class AttributeAccessor attr_reader name: Symbol attr_reader options: Hash[untyped, untyped] # @rbs name: Symbol # @rbs options: Hash[untyped, untyped] def initialize: (Symbol name, Hash[untyped, untyped] options) -> void def type: () -> String def singleton_reader?: () -> bool def singleton_writer?: () -> bool def instance_accessor?: () -> bool def instance_reader?: () -> bool def instance_writer?: () -> bool def default?: () -> boolish def default_type: () -> String def public?: () -> bool def private?: () -> bool def included?: () -> bool end end
Version data entries
5 entries across 5 versions & 1 rubygems