Class: DbMeta::Oracle::PackageBody
- Defined in:
- lib/db_meta/oracle/types/package_body.rb
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
#extract_type, #name, #status, #system_object, #type
Instance Method Summary collapse
-
#initialize(args = {}) ⇒ PackageBody
constructor
A new instance of PackageBody.
Methods inherited from Base
#ddl_drop, #extract, #fetch, from_type, register_type, #system_object?
Methods included from Helper
#block, #create_folder, #pluralize, #remove_folder, #type_sequence, #write_buffer_to_file
Constructor Details
#initialize(args = {}) ⇒ PackageBody
Returns a new instance of PackageBody.
6 7 8 9 |
# File 'lib/db_meta/oracle/types/package_body.rb', line 6 def initialize(args = {}) super @extract_type = :embedded end |