spaceship/lib/spaceship/tunes/iap_family_details.rb in fastlane-2.217.0 vs spaceship/lib/spaceship/tunes/iap_family_details.rb in fastlane-2.218.0
- old
+ new
@@ -7,16 +7,16 @@
attr_accessor :application
# @return (String) the family name
attr_accessor :name
- # @return (Intger) the family id
+ # @return (Integer) the family id
attr_accessor :family_id
# @return (Array) all linked in-app purchases of this family
attr_accessor :linked_iaps
- # @return (Intger) amount of linked in-app purchases of this family (read-only)
+ # @return (Integer) amount of linked in-app purchases of this family (read-only)
attr_accessor :iap_count
# @return (Array) of all in-app purchase family details
attr_accessor :family_details