Class: EasyConf::Lookup::AbstractLookup
- Inherits:
-
Object
- Object
- EasyConf::Lookup::AbstractLookup
show all
- Defined in:
- lib/easy_conf/lookup/abstract_lookup.rb
Class Attribute Summary collapse
Class Method Summary
collapse
Class Attribute Details
.placeholder ⇒ Object
14
15
16
|
# File 'lib/easy_conf/lookup/abstract_lookup.rb', line 14
def placeholder
@placeholder ||= self.to_s.split('::').last.downcase
end
|
Class Method Details
.read(key) ⇒ Object
10
11
12
|
# File 'lib/easy_conf/lookup/abstract_lookup.rb', line 10
def read(key)
raise_interface_error!
end
|