Class: Torikago::Checker::GatewayCall
- Inherits:
-
Struct
- Object
- Struct
- Torikago::Checker::GatewayCall
- Defined in:
- lib/torikago/checker.rb,
sig/torikago.rbs
Instance Attribute Summary collapse
-
#class_name ⇒ Object
Returns the value of attribute class_name.
-
#method_name ⇒ Object
Returns the value of attribute method_name.
Instance Method Summary collapse
-
#initialize ⇒ GatewayCall
constructor
A new instance of GatewayCall.
Constructor Details
#initialize ⇒ GatewayCall
Returns a new instance of GatewayCall.
274 |
# File 'sig/torikago.rbs', line 274
def initialize: (class_name: String, method_name: Symbol) -> void
|
Instance Attribute Details
#class_name ⇒ Object
Returns the value of attribute class_name
26 27 28 |
# File 'lib/torikago/checker.rb', line 26 def class_name @class_name end |
#method_name ⇒ Object
Returns the value of attribute method_name
26 27 28 |
# File 'lib/torikago/checker.rb', line 26 def method_name @method_name end |