Class: TencentCloud::Tci::V20190318::TeacherOutScreenResult
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tci::V20190318::TeacherOutScreenResult
- Defined in:
- lib/v20190318/models.rb
Overview
教师是否在屏幕内判断结果
Instance Attribute Summary collapse
-
#Class ⇒ Object
OutScreen:不在屏幕内.
-
#Height ⇒ Object
OutScreen:不在屏幕内.
-
#Left ⇒ Object
OutScreen:不在屏幕内.
-
#Top ⇒ Object
OutScreen:不在屏幕内.
-
#Width ⇒ Object
OutScreen:不在屏幕内.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(_class = nil, height = nil, left = nil, top = nil, width = nil) ⇒ TeacherOutScreenResult
constructor
A new instance of TeacherOutScreenResult.
Constructor Details
#initialize(_class = nil, height = nil, left = nil, top = nil, width = nil) ⇒ TeacherOutScreenResult
Returns a new instance of TeacherOutScreenResult.
4136 4137 4138 4139 4140 4141 4142 |
# File 'lib/v20190318/models.rb', line 4136 def initialize(_class=nil, height=nil, left=nil, top=nil, width=nil) @Class = _class @Height = height @Left = left @Top = top @Width = width end |
Instance Attribute Details
#Class ⇒ Object
OutScreen:不在屏幕内
4134 4135 4136 |
# File 'lib/v20190318/models.rb', line 4134 def Class @Class end |
#Height ⇒ Object
OutScreen:不在屏幕内
4134 4135 4136 |
# File 'lib/v20190318/models.rb', line 4134 def Height @Height end |
#Left ⇒ Object
OutScreen:不在屏幕内
4134 4135 4136 |
# File 'lib/v20190318/models.rb', line 4134 def Left @Left end |
#Top ⇒ Object
OutScreen:不在屏幕内
4134 4135 4136 |
# File 'lib/v20190318/models.rb', line 4134 def Top @Top end |
#Width ⇒ Object
OutScreen:不在屏幕内
4134 4135 4136 |
# File 'lib/v20190318/models.rb', line 4134 def Width @Width end |
Instance Method Details
#deserialize(params) ⇒ Object
4144 4145 4146 4147 4148 4149 4150 |
# File 'lib/v20190318/models.rb', line 4144 def deserialize(params) @Class = params['Class'] @Height = params['Height'] @Left = params['Left'] @Top = params['Top'] @Width = params['Width'] end |