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