Class: Spaceship::ConnectAPI::BetaFeedback
- Inherits:
-
Object
- Object
- Spaceship::ConnectAPI::BetaFeedback
- Includes:
- Model
- Defined in:
- spaceship/lib/spaceship/connect_api/models/beta_feedback.rb
Instance Attribute Summary collapse
-
#app_up_time_millis ⇒ Object
Returns the value of attribute app_up_time_millis.
-
#architecture ⇒ Object
Returns the value of attribute architecture.
-
#available_disk_bytes ⇒ Object
Returns the value of attribute available_disk_bytes.
-
#battery_percentage ⇒ Object
Returns the value of attribute battery_percentage.
-
#bookmarked ⇒ Object
Returns the value of attribute bookmarked.
-
#build ⇒ Object
Returns the value of attribute build.
-
#carrier ⇒ Object
Returns the value of attribute carrier.
-
#comment ⇒ Object
Returns the value of attribute comment.
-
#connection_status ⇒ Object
Returns the value of attribute connection_status.
-
#device_model ⇒ Object
Returns the value of attribute device_model.
-
#email_address ⇒ Object
Returns the value of attribute email_address.
-
#locale ⇒ Object
Returns the value of attribute locale.
-
#network_type ⇒ Object
Returns the value of attribute network_type.
-
#os_version ⇒ Object
Returns the value of attribute os_version.
-
#paired_apple_watch ⇒ Object
Returns the value of attribute paired_apple_watch.
-
#screen_height ⇒ Object
Returns the value of attribute screen_height.
-
#screen_width ⇒ Object
Returns the value of attribute screen_width.
-
#screenshots ⇒ Object
Returns the value of attribute screenshots.
-
#tester ⇒ Object
Returns the value of attribute tester.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#timezone ⇒ Object
Returns the value of attribute timezone.
-
#total_disk_bytes ⇒ Object
Returns the value of attribute total_disk_bytes.
Attributes included from Model
Class Method Summary collapse
-
.all(client: nil, filter: {}, includes: "tester,build,screenshots", limit: nil, sort: nil) ⇒ Object
API.
- .type ⇒ Object
Instance Method Summary collapse
Methods included from Model
#attr_mapping, included, #initialize, #reverse_attr_mapping, #to_json, #update_attributes
Instance Attribute Details
#app_up_time_millis ⇒ Object
Returns the value of attribute app_up_time_millis.
19 20 21 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_feedback.rb', line 19 def app_up_time_millis @app_up_time_millis end |
#architecture ⇒ Object
Returns the value of attribute architecture.
16 17 18 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_feedback.rb', line 16 def architecture @architecture end |
#available_disk_bytes ⇒ Object
Returns the value of attribute available_disk_bytes.
20 21 22 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_feedback.rb', line 20 def available_disk_bytes @available_disk_bytes end |
#battery_percentage ⇒ Object
Returns the value of attribute battery_percentage.
23 24 25 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_feedback.rb', line 23 def battery_percentage @battery_percentage end |
#bookmarked ⇒ Object
Returns the value of attribute bookmarked.
12 13 14 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_feedback.rb', line 12 def bookmarked @bookmarked end |
#build ⇒ Object
Returns the value of attribute build.
27 28 29 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_feedback.rb', line 27 def build @build end |
#carrier ⇒ Object
Returns the value of attribute carrier.
14 15 16 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_feedback.rb', line 14 def carrier @carrier end |
#comment ⇒ Object
Returns the value of attribute comment.
8 9 10 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_feedback.rb', line 8 def comment @comment end |
#connection_status ⇒ Object
Returns the value of attribute connection_status.
17 18 19 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_feedback.rb', line 17 def connection_status @connection_status end |
#device_model ⇒ Object
Returns the value of attribute device_model.
10 11 12 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_feedback.rb', line 10 def device_model @device_model end |
#email_address ⇒ Object
Returns the value of attribute email_address.
9 10 11 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_feedback.rb', line 9 def email_address @email_address end |
#locale ⇒ Object
Returns the value of attribute locale.
13 14 15 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_feedback.rb', line 13 def locale @locale end |
#network_type ⇒ Object
Returns the value of attribute network_type.
22 23 24 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_feedback.rb', line 22 def network_type @network_type end |
#os_version ⇒ Object
Returns the value of attribute os_version.
11 12 13 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_feedback.rb', line 11 def os_version @os_version end |
#paired_apple_watch ⇒ Object
Returns the value of attribute paired_apple_watch.
18 19 20 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_feedback.rb', line 18 def paired_apple_watch @paired_apple_watch end |
#screen_height ⇒ Object
Returns the value of attribute screen_height.
25 26 27 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_feedback.rb', line 25 def screen_height @screen_height end |
#screen_width ⇒ Object
Returns the value of attribute screen_width.
24 25 26 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_feedback.rb', line 24 def screen_width @screen_width end |
#screenshots ⇒ Object
Returns the value of attribute screenshots.
29 30 31 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_feedback.rb', line 29 def screenshots @screenshots end |
#tester ⇒ Object
Returns the value of attribute tester.
28 29 30 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_feedback.rb', line 28 def tester @tester end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
7 8 9 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_feedback.rb', line 7 def @timestamp end |
#timezone ⇒ Object
Returns the value of attribute timezone.
15 16 17 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_feedback.rb', line 15 def timezone @timezone end |
#total_disk_bytes ⇒ Object
Returns the value of attribute total_disk_bytes.
21 22 23 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_feedback.rb', line 21 def total_disk_bytes @total_disk_bytes end |
Class Method Details
.all(client: nil, filter: {}, includes: "tester,build,screenshots", limit: nil, sort: nil) ⇒ Object
API
66 67 68 69 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_feedback.rb', line 66 def self.all(client: nil, filter: {}, includes: "tester,build,screenshots", limit: nil, sort: nil) client ||= Spaceship::ConnectAPI return client.get_beta_feedback(filter: filter, includes: includes, limit: limit, sort: sort) end |
.type ⇒ Object
58 59 60 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_feedback.rb', line 58 def self.type return "betaFeedbacks" end |
Instance Method Details
#delete!(client: nil) ⇒ Object
71 72 73 74 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_feedback.rb', line 71 def delete!(client: nil) client ||= Spaceship::ConnectAPI return client.delete_beta_feedback(feedback_id: self.id) end |