Class: T::Types::TypedSet
- Inherits:
-
TypedEnumerable
- Object
- Base
- TypedEnumerable
- T::Types::TypedSet
- Defined in:
- lib/types/types/typed_set.rb
Instance Attribute Summary collapse
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Method Summary collapse
- #name ⇒ Object
-
#new(*args) ⇒ Object
rubocop:disable PrisonGuard/BanBuiltinMethodOverride.
- #valid?(obj) ⇒ Boolean
Methods inherited from TypedEnumerable
Methods inherited from Base
#==, #describe_obj, #error_message_for_obj, #hash, method_added, #subtype_of?, #to_s, #validate!
Constructor Details
This class inherits a constructor from T::Types::TypedEnumerable
Instance Attribute Details
#type ⇒ Object (readonly)
Returns the value of attribute type.
6 7 8 |
# File 'lib/types/types/typed_set.rb', line 6 def type @type end |
Instance Method Details
#name ⇒ Object
9 10 11 |
# File 'lib/types/types/typed_set.rb', line 9 def name "T::Set[#{@type.name}]" end |