spaceship/lib/spaceship/portal/website_push.rb in fastlane-2.118.0.beta.20190306200052 vs spaceship/lib/spaceship/portal/website_push.rb in fastlane-2.118.0.beta.20190307200117
- old
+ new
@@ -40,9 +40,11 @@
'prefix' => :prefix,
'identifier' => :bundle_id,
'status' => :status
)
+ alias app_id website_id # must be after attr_mapping
+
class << self
# @param mac [Bool] Fetches Mac website push if true
# @return (Array) Returns all website push available for this account
def all(mac: false)
client.website_push(mac: mac).map { |website_push| self.new(website_push) }