Class: DRP::Weights::WeightArgs

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

Overview

user args can be array or proc

Instance Attribute Summary collapse

Instance Attribute Details

#drp_instanceObject

Returns the value of attribute drp_instance

Returns:

  • (Object)

    the current value of drp_instance



74
75
76
# File 'lib/weights_and_max_depths.rb', line 74

def drp_instance
  @drp_instance
end

#rule_methodObject

Returns the value of attribute rule_method

Returns:

  • (Object)

    the current value of rule_method



74
75
76
# File 'lib/weights_and_max_depths.rb', line 74

def rule_method
  @rule_method
end

#user_argsObject

Returns the value of attribute user_args

Returns:

  • (Object)

    the current value of user_args



74
75
76
# File 'lib/weights_and_max_depths.rb', line 74

def user_args
  @user_args
end