Class: Kanal::Plugins::BatteriesBridge::Bridges::Bridge::ParamConverter
- Inherits:
-
Struct
- Object
- Struct
- Kanal::Plugins::BatteriesBridge::Bridges::Bridge::ParamConverter
- Defined in:
- lib/kanal/plugins/batteries_bridge/bridges/bridge.rb
Overview
Struct for using in param converters
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#from_param ⇒ Object
Returns the value of attribute from_param.
-
#to_param ⇒ Object
Returns the value of attribute to_param.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
20 21 22 |
# File 'lib/kanal/plugins/batteries_bridge/bridges/bridge.rb', line 20 def block @block end |
#from_param ⇒ Object
Returns the value of attribute from_param
20 21 22 |
# File 'lib/kanal/plugins/batteries_bridge/bridges/bridge.rb', line 20 def from_param @from_param end |
#to_param ⇒ Object
Returns the value of attribute to_param
20 21 22 |
# File 'lib/kanal/plugins/batteries_bridge/bridges/bridge.rb', line 20 def to_param @to_param end |