Class: Spaceship::TestFlight::BetaReviewInfo

Inherits:
Base
  • Object
show all
Defined in:
spaceship/lib/spaceship/test_flight/beta_review_info.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#client, #raw_data

Method Summary

Methods inherited from Base

client, inherited, #to_json

Methods inherited from Base

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

Constructor Details

This class inherits a constructor from Spaceship::Base

Instance Attribute Details

#contact_emailObject

Returns the value of attribute contact_email.



5
6
7
# File 'spaceship/lib/spaceship/test_flight/beta_review_info.rb', line 5

def contact_email
  @contact_email
end

#contact_first_nameObject

Returns the value of attribute contact_first_name.



5
6
7
# File 'spaceship/lib/spaceship/test_flight/beta_review_info.rb', line 5

def contact_first_name
  @contact_first_name
end

#contact_last_nameObject

Returns the value of attribute contact_last_name.



5
6
7
# File 'spaceship/lib/spaceship/test_flight/beta_review_info.rb', line 5

def contact_last_name
  @contact_last_name
end

#contact_phoneObject

Returns the value of attribute contact_phone.



5
6
7
# File 'spaceship/lib/spaceship/test_flight/beta_review_info.rb', line 5

def contact_phone
  @contact_phone
end

#demo_account_nameObject

Returns the value of attribute demo_account_name.



6
7
8
# File 'spaceship/lib/spaceship/test_flight/beta_review_info.rb', line 6

def 
  @demo_account_name
end

#demo_account_passwordObject

Returns the value of attribute demo_account_password.



6
7
8
# File 'spaceship/lib/spaceship/test_flight/beta_review_info.rb', line 6

def 
  @demo_account_password
end

#demo_account_requiredObject

Returns the value of attribute demo_account_required.



6
7
8
# File 'spaceship/lib/spaceship/test_flight/beta_review_info.rb', line 6

def 
  @demo_account_required
end

#notesObject

Returns the value of attribute notes.



6
7
8
# File 'spaceship/lib/spaceship/test_flight/beta_review_info.rb', line 6

def notes
  @notes
end