Class: AgridClient::Image
- Inherits:
-
Object
- Object
- AgridClient::Image
- Includes:
- SwaggerModel
- Defined in:
- lib/agrid_client/models/image.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#type ⇒ Object
Returns the value of attribute type.
-
#url ⇒ Object
Returns the value of attribute url.
Class Method Summary collapse
Methods included from SwaggerModel
#_deserialize, #_to_hash, #build_from_hash, #eql?, #to_body, #to_hash
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
19 20 21 |
# File 'lib/agrid_client/models/image.rb', line 19 def id @id end |
#type ⇒ Object
Returns the value of attribute type.
19 20 21 |
# File 'lib/agrid_client/models/image.rb', line 19 def type @type end |
#url ⇒ Object
Returns the value of attribute url.
19 20 21 |
# File 'lib/agrid_client/models/image.rb', line 19 def url @url end |
Class Method Details
.attribute_map ⇒ Object
21 22 23 24 25 26 27 |
# File 'lib/agrid_client/models/image.rb', line 21 def self.attribute_map { :'id' => :'id', :'type' => :'type', :'url' => :'url' } end |
.swagger_types ⇒ Object
29 30 31 32 33 34 35 |
# File 'lib/agrid_client/models/image.rb', line 29 def self.swagger_types { :'id' => :'String', :'type' => :'String', :'url' => :'String' } end |