Class: AgridClient::Image

Inherits:
Object
  • Object
show all
Includes:
SwaggerModel
Defined in:
lib/agrid_client/models/image.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Methods included from SwaggerModel

#_deserialize, #_to_hash, #build_from_hash, #eql?, #to_body, #to_hash

Instance Attribute Details

#idObject

Returns the value of attribute id.



19
20
21
# File 'lib/agrid_client/models/image.rb', line 19

def id
  @id
end

#typeObject

Returns the value of attribute type.



19
20
21
# File 'lib/agrid_client/models/image.rb', line 19

def type
  @type
end

#urlObject

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_mapObject



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_typesObject



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