Commit 1deed63d authored by Marius Rackwitz's avatar Marius Rackwitz

[Doc] Add initializer description

parent c2579913
...@@ -22,6 +22,8 @@ module Pod ...@@ -22,6 +22,8 @@ module Pod
specs.first.root specs.first.root
end end
# Initialize a new instance from its attributes.
#
# @param [Array<String>] specs @see #specs # @param [Array<String>] specs @see #specs
# @param [Platform] platform @see #platform # @param [Platform] platform @see #platform
# @param [Bool] requires_frameworks @see #requires_frameworks? # @param [Bool] requires_frameworks @see #requires_frameworks?
......
...@@ -7,6 +7,8 @@ module Pod ...@@ -7,6 +7,8 @@ module Pod
# #
attr_accessor :variants attr_accessor :variants
# Initialize a new instance.
#
# @param [Array<PodVariant>] variants @see #variants # @param [Array<PodVariant>] variants @see #variants
# #
def initialize(variants) def initialize(variants)
......
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