Class: RSQL::EvalContext::Registration
- Inherits:
-
Struct
- Object
- Struct
- RSQL::EvalContext::Registration
- Defined in:
- lib/rsql/eval_context.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#bangs ⇒ Object
Returns the value of attribute bangs.
-
#block ⇒ Object
Returns the value of attribute block.
-
#desc ⇒ Object
Returns the value of attribute desc.
-
#name ⇒ Object
Returns the value of attribute name.
-
#source ⇒ Object
Returns the value of attribute source.
-
#source_fn ⇒ Object
Returns the value of attribute source_fn.
-
#usage ⇒ Object
Returns the value of attribute usage.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
37 38 39 |
# File 'lib/rsql/eval_context.rb', line 37 def args @args end |
#bangs ⇒ Object
Returns the value of attribute bangs
37 38 39 |
# File 'lib/rsql/eval_context.rb', line 37 def bangs @bangs end |
#block ⇒ Object
Returns the value of attribute block
37 38 39 |
# File 'lib/rsql/eval_context.rb', line 37 def block @block end |
#desc ⇒ Object
Returns the value of attribute desc
37 38 39 |
# File 'lib/rsql/eval_context.rb', line 37 def desc @desc end |
#name ⇒ Object
Returns the value of attribute name
37 38 39 |
# File 'lib/rsql/eval_context.rb', line 37 def name @name end |
#source ⇒ Object
Returns the value of attribute source
37 38 39 |
# File 'lib/rsql/eval_context.rb', line 37 def source @source end |
#source_fn ⇒ Object
Returns the value of attribute source_fn
37 38 39 |
# File 'lib/rsql/eval_context.rb', line 37 def source_fn @source_fn end |
#usage ⇒ Object
Returns the value of attribute usage
37 38 39 |
# File 'lib/rsql/eval_context.rb', line 37 def usage @usage end |