Class: TencentCloud::Tiia::V20190529::Pet
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tiia::V20190529::Pet
- Defined in:
- lib/v20190529/models.rb
Overview
宠物具体信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, score = nil, location = nil) ⇒ Pet
constructor
A new instance of Pet.
Constructor Details
#initialize(name = nil, score = nil, location = nil) ⇒ Pet
Returns a new instance of Pet.
1632 1633 1634 1635 1636 |
# File 'lib/v20190529/models.rb', line 1632 def initialize(name=nil, score=nil, location=nil) @Name = name @Score = score @Location = location end |
Instance Attribute Details
#Location ⇒ Object
1630 1631 1632 |
# File 'lib/v20190529/models.rb', line 1630 def Location @Location end |
#Name ⇒ Object
1630 1631 1632 |
# File 'lib/v20190529/models.rb', line 1630 def Name @Name end |
#Score ⇒ Object
1630 1631 1632 |
# File 'lib/v20190529/models.rb', line 1630 def Score @Score end |