Class: TS3Query::QueryOptions
- Inherits:
-
Object
- Object
- TS3Query::QueryOptions
- Defined in:
- lib/ts3query/query_options.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize ⇒ QueryOptions
constructor
A new instance of QueryOptions.
- #method_missing(meth, *args, &block) ⇒ Object
Constructor Details
#initialize ⇒ QueryOptions
Returns a new instance of QueryOptions.
5 6 7 |
# File 'lib/ts3query/query_options.rb', line 5 def initialize = [] end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(meth, *args, &block) ⇒ Object
9 10 11 |
# File 'lib/ts3query/query_options.rb', line 9 def method_missing(meth, *args, &block) << meth.to_s end |
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
3 4 5 |
# File 'lib/ts3query/query_options.rb', line 3 def end |