Class: Yuriita::Definitions::Multiple
- Inherits:
-
Object
- Object
- Yuriita::Definitions::Multiple
- Defined in:
- lib/yuriita/definitions/multiple.rb
Instance Attribute Summary collapse
-
#combination ⇒ Object
readonly
Returns the value of attribute combination.
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
- #apply(query:) ⇒ Object
-
#initialize(options:, combination:) ⇒ Multiple
constructor
A new instance of Multiple.
Constructor Details
#initialize(options:, combination:) ⇒ Multiple
Returns a new instance of Multiple.
6 7 8 9 |
# File 'lib/yuriita/definitions/multiple.rb', line 6 def initialize(options:, combination:) @options = @combination = combination end |
Instance Attribute Details
#combination ⇒ Object (readonly)
Returns the value of attribute combination.
4 5 6 |
# File 'lib/yuriita/definitions/multiple.rb', line 4 def combination @combination end |
#options ⇒ Object (readonly)
Returns the value of attribute options.
4 5 6 |
# File 'lib/yuriita/definitions/multiple.rb', line 4 def @options end |