Class: Pod::X::Source
- Inherits:
-
Object
- Object
- Pod::X::Source
- Includes:
- DSLBuilder, DSL
- Defined in:
- lib/cocoapods-x/extension/environment/dsl.rb,
lib/cocoapods-x/extension/environment/source.rb,
lib/cocoapods-x/extension/environment/definition.rb
Defined Under Namespace
Modules: DSL Classes: Definition
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.
- #list ⇒ Object
Methods included from DSLBuilder
Methods included from DSL
Constructor Details
Instance Attribute Details
#current_domain_definition ⇒ Object (readonly)
Returns the value of attribute current_domain_definition.
12 13 14 |
# File 'lib/cocoapods-x/extension/environment/source.rb', line 12 def current_domain_definition @current_domain_definition end |
#parent ⇒ Object (readonly)
Returns the value of attribute parent.
11 12 13 |
# File 'lib/cocoapods-x/extension/environment/source.rb', line 11 def parent @parent end |
Instance Method Details
#list ⇒ Object
18 19 20 |
# File 'lib/cocoapods-x/extension/environment/source.rb', line 18 def list @parent::list end |