Class: TencentCloud::Ocr::V20181119::QrcodeImgSize
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ocr::V20181119::QrcodeImgSize
- Defined in:
- lib/v20181119/models.rb
Overview
图片大小
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(wide = nil, high = nil) ⇒ QrcodeImgSize
constructor
A new instance of QrcodeImgSize.
Constructor Details
#initialize(wide = nil, high = nil) ⇒ QrcodeImgSize
Returns a new instance of QrcodeImgSize.
7842 7843 7844 7845 |
# File 'lib/v20181119/models.rb', line 7842 def initialize(wide=nil, high=nil) @Wide = wide @High = high end |
Instance Attribute Details
#High ⇒ Object
7840 7841 7842 |
# File 'lib/v20181119/models.rb', line 7840 def High @High end |
#Wide ⇒ Object
7840 7841 7842 |
# File 'lib/v20181119/models.rb', line 7840 def Wide @Wide end |
Instance Method Details
#deserialize(params) ⇒ Object
7847 7848 7849 7850 |
# File 'lib/v20181119/models.rb', line 7847 def deserialize(params) @Wide = params['Wide'] @High = params['High'] end |