Class: Killbill::Plugin::Model::EntitlementPluginApiException
- Defined in:
- lib/killbill/gen/plugin-api/entitlement_plugin_api_exception.rb
Instance Method Summary collapse
-
#initialize ⇒ EntitlementPluginApiException
constructor
A new instance of EntitlementPluginApiException.
- #to_java ⇒ Object
- #to_ruby(j_obj) ⇒ Object
Constructor Details
#initialize ⇒ EntitlementPluginApiException
Returns a new instance of EntitlementPluginApiException.
37 38 |
# File 'lib/killbill/gen/plugin-api/entitlement_plugin_api_exception.rb', line 37 def initialize() end |
Instance Method Details
#to_java ⇒ Object
40 41 42 |
# File 'lib/killbill/gen/plugin-api/entitlement_plugin_api_exception.rb', line 40 def to_java() Java::org.killbill.billing.entitlement.plugin.api.EntitlementPluginApiException.new() end |
#to_ruby(j_obj) ⇒ Object
44 45 46 |
# File 'lib/killbill/gen/plugin-api/entitlement_plugin_api_exception.rb', line 44 def to_ruby(j_obj) self end |