Class: Proc::LooseCallInfo
- Defined in:
- lib/abstractivator/proc_ext.rb
Instance Attribute Summary collapse
-
#accepts_arg_splat ⇒ Object
Returns the value of attribute accepts_arg_splat.
-
#all_key_names ⇒ Object
Returns the value of attribute all_key_names.
-
#kw_padding ⇒ Object
Returns the value of attribute kw_padding.
-
#params ⇒ Object
Returns the value of attribute params.
-
#req_arity ⇒ Object
Returns the value of attribute req_arity.
-
#requires_kw_customization ⇒ Object
Returns the value of attribute requires_kw_customization.
-
#total_arity ⇒ Object
Returns the value of attribute total_arity.
Instance Attribute Details
#accepts_arg_splat ⇒ Object
Returns the value of attribute accepts_arg_splat
71 72 73 |
# File 'lib/abstractivator/proc_ext.rb', line 71 def accepts_arg_splat @accepts_arg_splat end |
#all_key_names ⇒ Object
Returns the value of attribute all_key_names
71 72 73 |
# File 'lib/abstractivator/proc_ext.rb', line 71 def all_key_names @all_key_names end |
#kw_padding ⇒ Object
Returns the value of attribute kw_padding
71 72 73 |
# File 'lib/abstractivator/proc_ext.rb', line 71 def kw_padding @kw_padding end |
#params ⇒ Object
Returns the value of attribute params
71 72 73 |
# File 'lib/abstractivator/proc_ext.rb', line 71 def params @params end |
#req_arity ⇒ Object
Returns the value of attribute req_arity
71 72 73 |
# File 'lib/abstractivator/proc_ext.rb', line 71 def req_arity @req_arity end |
#requires_kw_customization ⇒ Object
Returns the value of attribute requires_kw_customization
71 72 73 |
# File 'lib/abstractivator/proc_ext.rb', line 71 def requires_kw_customization @requires_kw_customization end |
#total_arity ⇒ Object
Returns the value of attribute total_arity
71 72 73 |
# File 'lib/abstractivator/proc_ext.rb', line 71 def total_arity @total_arity end |