Commit 3c248fd5 authored by Marius Rackwitz's avatar Marius Rackwitz

[Refactor] Make UmbrellaHeader#target read-only

parent 71126280
...@@ -10,7 +10,7 @@ module Pod ...@@ -10,7 +10,7 @@ module Pod
class UmbrellaHeader < Header class UmbrellaHeader < Header
# @return [Target] # @return [Target]
# the target, which provides the product name # the target, which provides the product name
attr_accessor :target attr_reader :target
# @param [Target] target # @param [Target] target
# @see target # @see target
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment