Class: ManagerBundlesBase

Inherits:
ManagerWithJsonData show all
Defined in:
lib/mrpin/core/bundles/manager_bundles_base.rb

Instance Attribute Summary collapse

Attributes inherited from ManagerWithJsonData

#url_client_data

Instance Method Summary collapse

Methods inherited from ManagerWithJsonData

#generate_client_json, #load_init_data, #post_init

Methods inherited from ManagerBase

#cleanup_data, #info, #invalidate_cache, #is_ready_for_shutdown?, #load_init_data, #on_data_loaded, #on_server_maintenance_on, #on_server_shutdown, #on_server_started, #post_init, #start_tasks

Constructor Details

#initialize(build_type) ⇒ ManagerBundlesBase

Returns a new instance of ManagerBundlesBase.



39
40
41
42
43
44
45
# File 'lib/mrpin/core/bundles/manager_bundles_base.rb', line 39

def initialize(build_type)
  super

  @class_asset = BundleBase

  @build_type = build_type
end

Instance Attribute Details

#build_typeObject (readonly)

Returns the value of attribute build_type.



8
9
10
# File 'lib/mrpin/core/bundles/manager_bundles_base.rb', line 8

def build_type
  @build_type
end