Method: Jsapi::Meta::Model::Reference.component_type

Defined in:
lib/jsapi/meta/model/reference.rb

.component_typeObject

Derrives the component type from the inner most module name.



9
10
11
# File 'lib/jsapi/meta/model/reference.rb', line 9

def self.component_type
  @component_type ||= name.split('::')[-2].underscore
end