Class: Spaceship::ConnectAPI::BetaBuildMetric
- Inherits:
-
Object
- Object
- Spaceship::ConnectAPI::BetaBuildMetric
- Includes:
- Model
- Defined in:
- spaceship/lib/spaceship/connect_api/models/beta_build_metric.rb
Instance Attribute Summary collapse
-
#crash_count ⇒ Object
Returns the value of attribute crash_count.
-
#install_count ⇒ Object
Returns the value of attribute install_count.
-
#invite_count ⇒ Object
Returns the value of attribute invite_count.
-
#seven_day_tester_count ⇒ Object
Returns the value of attribute seven_day_tester_count.
Attributes included from Model
Class Method Summary collapse
Methods included from Model
#attr_mapping, included, #initialize, #reverse_attr_mapping, #to_json, #update_attributes
Instance Attribute Details
#crash_count ⇒ Object
Returns the value of attribute crash_count.
8 9 10 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_build_metric.rb', line 8 def crash_count @crash_count end |
#install_count ⇒ Object
Returns the value of attribute install_count.
7 8 9 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_build_metric.rb', line 7 def install_count @install_count end |
#invite_count ⇒ Object
Returns the value of attribute invite_count.
9 10 11 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_build_metric.rb', line 9 def invite_count @invite_count end |
#seven_day_tester_count ⇒ Object
Returns the value of attribute seven_day_tester_count.
10 11 12 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_build_metric.rb', line 10 def seven_day_tester_count @seven_day_tester_count end |
Class Method Details
.type ⇒ Object
19 20 21 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_build_metric.rb', line 19 def self.type return "betaBuildMetrics" end |