Class: Spaceship::ConnectAPI::AppDataUsageGrouping
- Inherits:
-
Object
- Object
- Spaceship::ConnectAPI::AppDataUsageGrouping
- Includes:
- Model
- Defined in:
- spaceship/lib/spaceship/connect_api/models/app_data_usage_grouping.rb
Instance Attribute Summary collapse
-
#deleted ⇒ Object
Returns the value of attribute deleted.
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
#deleted ⇒ Object
Returns the value of attribute deleted.
7 8 9 |
# File 'spaceship/lib/spaceship/connect_api/models/app_data_usage_grouping.rb', line 7 def deleted @deleted end |
Class Method Details
.type ⇒ Object
13 14 15 |
# File 'spaceship/lib/spaceship/connect_api/models/app_data_usage_grouping.rb', line 13 def self.type return "appDataUsageGroupings" end |