Class: TheLocal::Provider
- Inherits:
-
Data
- Object
- Data
- TheLocal::Provider
- Defined in:
- lib/the_local/registry.rb
Overview
A registered provider (gem or app): its gem name, filename prefix, and a one-line scope used to generate the delegation trigger.
Instance Attribute Summary collapse
-
#gem_name ⇒ Object
readonly
Returns the value of attribute gem_name.
-
#prefix ⇒ Object
readonly
Returns the value of attribute prefix.
-
#scope ⇒ Object
readonly
Returns the value of attribute scope.
Instance Attribute Details
#gem_name ⇒ Object (readonly)
Returns the value of attribute gem_name
6 7 8 |
# File 'lib/the_local/registry.rb', line 6 def gem_name @gem_name end |
#prefix ⇒ Object (readonly)
Returns the value of attribute prefix
6 7 8 |
# File 'lib/the_local/registry.rb', line 6 def prefix @prefix end |
#scope ⇒ Object (readonly)
Returns the value of attribute scope
6 7 8 |
# File 'lib/the_local/registry.rb', line 6 def scope @scope end |