Class: Pod::SPM::Resolver::Result::WritableResult
- Inherits:
-
Pod::SPM::Resolver::Result
- Object
- Pod::SPM::Resolver::Result
- Pod::SPM::Resolver::Result::WritableResult
- Defined in:
- lib/cocoapods-spm/resolver/result.rb
Constant Summary
Constants inherited from Pod::SPM::Resolver::Result
Instance Method Summary collapse
Methods inherited from Pod::SPM::Resolver::Result
#initialize, #linker_flags_for, #spm_dependencies_for, #spm_pkgs_for, #spm_targets_for
Methods included from Config::SPMConfigMixin
Methods included from Config::PodConfigMixin
Methods included from Config::ProjectConfigMixin
Constructor Details
This class inherits a constructor from Pod::SPM::Resolver::Result
Instance Method Details
#to_read_only ⇒ Object
16 17 18 |
# File 'lib/cocoapods-spm/resolver/result.rb', line 16 def to_read_only Result.new(ATTRS.to_h { |x| [x, instance_variable_get("@#{x}")] }) end |