Class: Spaceship::Tunes::Tester::External

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, #last_name, #tester_id

Attributes inherited from Base

#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, #remove_from_app!, #setup

Methods inherited from Spaceship::Tunes::TunesBase

client

Methods inherited from Base

attr_mapping, #client, #initialize, #inspect, mapping_module, method_missing, set_client, #setup

Constructor Details

This class inherits a constructor from Spaceship::Base

Class Method Details

.url(app_id = nil) ⇒ Object



134
135
136
137
138
139
140
141
142
# File 'lib/spaceship/tunes/tester.rb', line 134

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