Class: Pod::Flash::Config
- Inherits:
-
Object
- Object
- Pod::Flash::Config
- Defined in:
- lib/cocoapods-flash/core/config.rb
Instance Attribute Summary collapse
-
#dsl_config ⇒ Object
Returns the value of attribute dsl_config.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ Config
constructor
A new instance of Config.
Constructor Details
#initialize ⇒ Config
Returns a new instance of Config.
6 7 8 |
# File 'lib/cocoapods-flash/core/config.rb', line 6 def initialize @dsl_config = {} end |
Instance Attribute Details
#dsl_config ⇒ Object
Returns the value of attribute dsl_config.
4 5 6 |
# File 'lib/cocoapods-flash/core/config.rb', line 4 def dsl_config @dsl_config end |