Class: Proc::LooseCallInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/abstractivator/proc_ext.rb

Instance Attribute Summary collapse

Instance Attribute Details

#accepts_arg_splatObject

Returns the value of attribute accepts_arg_splat

Returns:

  • (Object)

    the current value of accepts_arg_splat



71
72
73
# File 'lib/abstractivator/proc_ext.rb', line 71

def accepts_arg_splat
  @accepts_arg_splat
end

#all_key_namesObject

Returns the value of attribute all_key_names

Returns:

  • (Object)

    the current value of all_key_names



71
72
73
# File 'lib/abstractivator/proc_ext.rb', line 71

def all_key_names
  @all_key_names
end

#kw_paddingObject

Returns the value of attribute kw_padding

Returns:

  • (Object)

    the current value of kw_padding



71
72
73
# File 'lib/abstractivator/proc_ext.rb', line 71

def kw_padding
  @kw_padding
end

#paramsObject

Returns the value of attribute params

Returns:

  • (Object)

    the current value of params



71
72
73
# File 'lib/abstractivator/proc_ext.rb', line 71

def params
  @params
end

#req_arityObject

Returns the value of attribute req_arity

Returns:

  • (Object)

    the current value of req_arity



71
72
73
# File 'lib/abstractivator/proc_ext.rb', line 71

def req_arity
  @req_arity
end

#requires_kw_customizationObject

Returns the value of attribute requires_kw_customization

Returns:

  • (Object)

    the current value of requires_kw_customization



71
72
73
# File 'lib/abstractivator/proc_ext.rb', line 71

def requires_kw_customization
  @requires_kw_customization
end

#total_arityObject

Returns the value of attribute total_arity

Returns:

  • (Object)

    the current value of total_arity



71
72
73
# File 'lib/abstractivator/proc_ext.rb', line 71

def total_arity
  @total_arity
end