Module: IbRubyProxy::Server::Ext::IdempotentType
- Defined in:
- lib/ib_ruby_proxy/server/ext/idempotent_types.rb
Overview
Extension to convert between ib and ruby for types that can travel seamlessly
Instance Method Summary collapse
Instance Method Details
#to_ib ⇒ Object
9 10 11 |
# File 'lib/ib_ruby_proxy/server/ext/idempotent_types.rb', line 9 def to_ib self end |
#to_ruby ⇒ Object
13 14 15 |
# File 'lib/ib_ruby_proxy/server/ext/idempotent_types.rb', line 13 def to_ruby self end |