Class: RepoManager::AppAsset

Inherits:
BaseAsset show all
Defined in:
lib/repo_manager/assets/app_asset.rb

Overview

An abstract superclass for basic asset functionality specific to an application implementation. Put application specific code here.

Direct Known Subclasses

RepoAsset

Instance Attribute Summary

Attributes inherited from BaseAsset

#name

Method Summary

Methods inherited from BaseAsset

#attributes, #configuration, create, #description, #get_binding, #initialize, #method_missing, #notes, #path, #path=, path_to_name, #render, #respond_to?, #tags, #tags=, #to_hash

Methods included from AssetAccessors

#create_accessor, #create_accessors, #create_reader, #create_writer

Constructor Details

This class inherits a constructor from RepoManager::BaseAsset

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class RepoManager::BaseAsset