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.
Method Summary
Methods inherited from 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 |