Class: Pod::Extension::Development::Source
- Inherits:
-
Object
- Object
- Pod::Extension::Development::Source
- Defined in:
- lib/cocoapods-extension/development/development.rb
Instance Attribute Summary collapse
-
#current_domain_definition ⇒ Object
readonly
Returns the value of attribute current_domain_definition.
-
#parent ⇒ Object
readonly
Returns the value of attribute parent.
Instance Method Summary collapse
-
#initialize ⇒ Source
constructor
A new instance of Source.
- #source_list ⇒ Object
Methods included from SourceDSL
Methods included from DSL
Constructor Details
#initialize ⇒ Source
Returns a new instance of Source.
92 93 94 |
# File 'lib/cocoapods-extension/development/development.rb', line 92 def initialize @parent = Pod::Extension::SourceDefinition::new('', nil) end |
Instance Attribute Details
#current_domain_definition ⇒ Object (readonly)
Returns the value of attribute current_domain_definition.
90 91 92 |
# File 'lib/cocoapods-extension/development/development.rb', line 90 def current_domain_definition @current_domain_definition end |
#parent ⇒ Object (readonly)
Returns the value of attribute parent.
89 90 91 |
# File 'lib/cocoapods-extension/development/development.rb', line 89 def parent @parent end |
Instance Method Details
#source_list ⇒ Object
96 97 98 |
# File 'lib/cocoapods-extension/development/development.rb', line 96 def source_list @parent::source_list end |