Class: Pod::CompactSpecConfig
- Inherits:
-
Object
- Object
- Pod::CompactSpecConfig
- Defined in:
- lib/cocoapods-compact-spec/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 ⇒ CompactSpecConfig
constructor
A new instance of CompactSpecConfig.
Constructor Details
#initialize ⇒ CompactSpecConfig
Returns a new instance of CompactSpecConfig.
5 6 7 |
# File 'lib/cocoapods-compact-spec/config.rb', line 5 def initialize @dsl_config = {} end |
Instance Attribute Details
#dsl_config ⇒ Object
Returns the value of attribute dsl_config.
3 4 5 |
# File 'lib/cocoapods-compact-spec/config.rb', line 3 def dsl_config @dsl_config end |
Class Method Details
.instance ⇒ Object
9 10 11 |
# File 'lib/cocoapods-compact-spec/config.rb', line 9 def self.instance @instance ||= CompactSpecConfig.new end |