Class: Killbill::Plugin::Model::MutableCatalog
- Defined in:
- lib/killbill/gen/api/mutable_catalog.rb
Instance Attribute Summary collapse
-
#catalog_name ⇒ Object
Returns the value of attribute catalog_name.
Instance Method Summary collapse
-
#initialize ⇒ MutableCatalog
constructor
A new instance of MutableCatalog.
- #to_java ⇒ Object
- #to_ruby(j_obj) ⇒ Object
Constructor Details
#initialize ⇒ MutableCatalog
Returns a new instance of MutableCatalog.
39 40 |
# File 'lib/killbill/gen/api/mutable_catalog.rb', line 39 def initialize() end |
Instance Attribute Details
#catalog_name ⇒ Object
Returns the value of attribute catalog_name.
37 38 39 |
# File 'lib/killbill/gen/api/mutable_catalog.rb', line 37 def catalog_name @catalog_name end |
Instance Method Details
#to_java ⇒ Object
42 43 44 45 46 |
# File 'lib/killbill/gen/api/mutable_catalog.rb', line 42 def to_java() # conversion for catalog_name [type = java.lang.String] @catalog_name = @catalog_name.to_s unless @catalog_name.nil? self end |
#to_ruby(j_obj) ⇒ Object
48 49 50 51 52 |
# File 'lib/killbill/gen/api/mutable_catalog.rb', line 48 def to_ruby(j_obj) # conversion for catalog_name [type = java.lang.String] @catalog_name = j_obj.catalog_name self end |