Class: Spaceship::ConnectAPI::BetaAppReviewSubmission
- Inherits:
-
Object
- Object
- Spaceship::ConnectAPI::BetaAppReviewSubmission
- Includes:
- Model
- Defined in:
- spaceship/lib/spaceship/connect_api/models/beta_app_review_submission.rb
Instance Attribute Summary collapse
-
#beta_review_state ⇒ Object
Returns the value of attribute beta_review_state.
Attributes included from Model
Class Method Summary collapse
Instance Method Summary collapse
Methods included from Model
#attr_mapping, included, #initialize, #reverse_attr_mapping, #to_json, #update_attributes
Instance Attribute Details
#beta_review_state ⇒ Object
Returns the value of attribute beta_review_state.
7 8 9 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_app_review_submission.rb', line 7 def beta_review_state @beta_review_state end |
Class Method Details
.type ⇒ Object
13 14 15 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_app_review_submission.rb', line 13 def self.type return "betaAppReviewSubmissions" end |
Instance Method Details
#delete!(client: nil) ⇒ Object
API
21 22 23 24 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_app_review_submission.rb', line 21 def delete!(client: nil) client ||= Spaceship::ConnectAPI return client.delete_beta_app_review_submission(beta_app_review_submission_id: id) end |