Class: Spaceship::Tunes::Tester::Internal

Inherits:
Spaceship::Tunes::Tester show all
Defined in:
lib/spaceship/tunes/tester.rb

Instance Attribute Summary

Attributes inherited from Spaceship::Tunes::Tester

#devices, #email, #first_name, #groups, #last_name, #latest_install_app_id, #latest_install_date, #latest_installed_build_number, #latest_installed_version_number, #tester_id

Attributes inherited from Base

#client, #raw_data

Subclasses collapse

Methods inherited from Spaceship::Tunes::Tester

add_all_to_app!, #add_to_app!, all, all_by_app, create!, #delete!, factory, find, find_by_app, groups, #groups_list, #remove_from_app!, #setup

Methods inherited from Spaceship::Tunes::TunesBase

client

Methods inherited from Base

attr_accessor, attr_mapping, #attributes, attributes, #initialize, #inspect, mapping_module, method_missing, set_client, #setup, #to_s

Constructor Details

This class inherits a constructor from Spaceship::Base

Class Method Details

.url(app_id = nil) ⇒ Object



176
177
178
179
180
181
182
183
184
# File 'lib/spaceship/tunes/tester.rb', line 176

def self.url(app_id = nil)
  {
    index: "ra/users/pre/int",
    index_by_app: "ra/user/internalTesters/#{app_id}/",
    create: nil,
    delete: nil,
    update_by_app: "ra/user/internalTesters/#{app_id}/"
  }
end