Class: JSONRPC::Configuration::Procedure
- Inherits:
-
Data
- Object
- Data
- JSONRPC::Configuration::Procedure
- Defined in:
- lib/jsonrpc/configuration.rb
Overview
Represents a registered JSON-RPC procedure with its validation contract and configuration
Instance Attribute Summary collapse
-
#allow_positional_arguments ⇒ Object
readonly
Returns the value of attribute allow_positional_arguments.
-
#contract ⇒ Object
readonly
Returns the value of attribute contract.
-
#parameter_name ⇒ Object
readonly
Returns the value of attribute parameter_name.
Instance Attribute Details
#allow_positional_arguments ⇒ Object (readonly)
Returns the value of attribute allow_positional_arguments
53 |
# File 'lib/jsonrpc/configuration.rb', line 53 Procedure = Data.define(:allow_positional_arguments, :contract, :parameter_name) |
#contract ⇒ Object (readonly)
Returns the value of attribute contract
53 |
# File 'lib/jsonrpc/configuration.rb', line 53 Procedure = Data.define(:allow_positional_arguments, :contract, :parameter_name) |
#parameter_name ⇒ Object (readonly)
Returns the value of attribute parameter_name
53 |
# File 'lib/jsonrpc/configuration.rb', line 53 Procedure = Data.define(:allow_positional_arguments, :contract, :parameter_name) |