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.
9645 9646 9647 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 9645 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
9643 9644 9645 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 9643 def fop_type @fop_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9650 9651 9652 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 9650 def update!(**args) @fop_type = args[:fop_type] if args.key?(:fop_type) end |