Class: Spaceship::TestFlight::ExportCompliance
- Defined in:
- spaceship/lib/spaceship/test_flight/export_compliance.rb
Instance Attribute Summary collapse
-
#encryption_updated ⇒ Object
Returns the value of attribute encryption_updated.
-
#uses_encryption ⇒ Object
Returns the value of attribute uses_encryption.
Attributes inherited from Base
Method Summary
Methods inherited from Base
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
#encryption_updated ⇒ Object
Returns the value of attribute encryption_updated.
5 6 7 |
# File 'spaceship/lib/spaceship/test_flight/export_compliance.rb', line 5 def encryption_updated @encryption_updated end |
#uses_encryption ⇒ Object
Returns the value of attribute uses_encryption.
5 6 7 |
# File 'spaceship/lib/spaceship/test_flight/export_compliance.rb', line 5 def uses_encryption @uses_encryption end |