Class: Google::Apis::AndroidpublisherV3::TestPurchaseContext
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::TestPurchaseContext
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/androidpublisher_v3/classes.rb,
lib/google/apis/androidpublisher_v3/representations.rb,
lib/google/apis/androidpublisher_v3/representations.rb
Overview
Context about a test purchase.
Instance Attribute Summary collapse
-
#fop_type ⇒ String
The fop type of the test purchase.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TestPurchaseContext
constructor
A new instance of TestPurchaseContext.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ TestPurchaseContext
Returns a new instance of TestPurchaseContext.
9479 9480 9481 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 9479 def initialize(**args) update!(**args) end |
Instance Attribute Details
#fop_type ⇒ String
The fop type of the test purchase.
Corresponds to the JSON property fopType
9477 9478 9479 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 9477 def fop_type @fop_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9484 9485 9486 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 9484 def update!(**args) @fop_type = args[:fop_type] if args.key?(:fop_type) end |