Class: Google::Apis::ToolresultsV1::BlankScreen

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/toolresults_v1/classes.rb,
generated/google/apis/toolresults_v1/representations.rb,
generated/google/apis/toolresults_v1/representations.rb

Overview

A warning that Robo encountered a screen that was mostly blank; this may indicate a problem with the app.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ BlankScreen

Returns a new instance of BlankScreen.



67
68
69
# File 'generated/google/apis/toolresults_v1/classes.rb', line 67

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#screen_idString

The screen id of the element Corresponds to the JSON property screenId

Returns:

  • (String)


65
66
67
# File 'generated/google/apis/toolresults_v1/classes.rb', line 65

def screen_id
  @screen_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



72
73
74
# File 'generated/google/apis/toolresults_v1/classes.rb', line 72

def update!(**args)
  @screen_id = args[:screen_id] if args.key?(:screen_id)
end