Class: DynamicText::Configuration
- Inherits:
-
Object
- Object
- DynamicText::Configuration
- Defined in:
- lib/dynamic_text/configuration.rb
Instance Attribute Summary collapse
-
#resource_scope ⇒ Object
Returns the value of attribute resource_scope.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
4 5 6 |
# File 'lib/dynamic_text/configuration.rb', line 4 def initialize @resource_scope = nil end |
Instance Attribute Details
#resource_scope ⇒ Object
Returns the value of attribute resource_scope.
2 3 4 |
# File 'lib/dynamic_text/configuration.rb', line 2 def resource_scope @resource_scope end |