Class: CloudSesame::Query::Domain::Literal
- Inherits:
-
Object
- Object
- CloudSesame::Query::Domain::Literal
- Defined in:
- lib/cloud_sesame/query/domain/literal.rb
Instance Attribute Summary collapse
-
#_caller ⇒ Object
readonly
Returns the value of attribute _caller.
-
#_name ⇒ Object
readonly
Returns the value of attribute _name.
-
#_options ⇒ Object
readonly
Returns the value of attribute _options.
Instance Method Summary collapse
- #_eval(&block) ⇒ Object
-
#initialize(_name, _options, _caller) ⇒ Literal
constructor
A new instance of Literal.
Methods included from CloudSesame::Query::DSL::RangeHelper
Constructor Details
#initialize(_name, _options, _caller) ⇒ Literal
Returns a new instance of Literal.
10 11 12 13 14 15 16 |
# File 'lib/cloud_sesame/query/domain/literal.rb', line 10 def initialize(_name, , _caller) @_name = _name @_options = @_caller = _caller _bind_caller_instance_variables end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class CloudSesame::Query::DSL::BindCaller
Instance Attribute Details
#_caller ⇒ Object (readonly)
Returns the value of attribute _caller.
8 9 10 |
# File 'lib/cloud_sesame/query/domain/literal.rb', line 8 def _caller @_caller end |
#_name ⇒ Object (readonly)
Returns the value of attribute _name.
8 9 10 |
# File 'lib/cloud_sesame/query/domain/literal.rb', line 8 def _name @_name end |
#_options ⇒ Object (readonly)
Returns the value of attribute _options.
8 9 10 |
# File 'lib/cloud_sesame/query/domain/literal.rb', line 8 def @_options end |