Class: EasyTalk::Types::BaseComposer
- Inherits:
-
Object
- Object
- EasyTalk::Types::BaseComposer
- Extended by:
- T::Generic, T::Sig
- Defined in:
- lib/easy_talk/types/base_composer.rb
Overview
no-doc
Constant Summary collapse
- Elem =
type_member
Instance Attribute Summary collapse
-
#items ⇒ Object
readonly
Returns the value of attribute items.
Instance Method Summary collapse
-
#initialize(*args) ⇒ BaseComposer
constructor
Initializes a new instance of the BaseComposer class.
Constructor Details
#initialize(*args) ⇒ BaseComposer
Initializes a new instance of the BaseComposer class.
18 19 20 |
# File 'lib/easy_talk/types/base_composer.rb', line 18 def initialize(*args) @items = args end |
Instance Attribute Details
#items ⇒ Object (readonly)
Returns the value of attribute items.
13 14 15 |
# File 'lib/easy_talk/types/base_composer.rb', line 13 def items @items end |