Class: Torikago::Checker::GatewayCall

Inherits:
Struct
  • Object
show all
Defined in:
lib/torikago/checker.rb,
sig/torikago.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeGatewayCall

Returns a new instance of GatewayCall.

Parameters:

  • class_name: (String)
  • method_name: (Symbol)


274
# File 'sig/torikago.rbs', line 274

def initialize: (class_name: String, method_name: Symbol) -> void

Instance Attribute Details

#class_nameObject

Returns the value of attribute class_name

Returns:

  • (Object)

    the current value of class_name



26
27
28
# File 'lib/torikago/checker.rb', line 26

def class_name
  @class_name
end

#method_nameObject

Returns the value of attribute method_name

Returns:

  • (Object)

    the current value of method_name



26
27
28
# File 'lib/torikago/checker.rb', line 26

def method_name
  @method_name
end