Class: Panchira::PanchiraImage

Inherits:
Object
  • Object
show all
Defined in:
lib/panchira/panchira_result.rb

Overview

Image attributes in PanchiraResult.

Instance Attribute Summary collapse

Instance Attribute Details

#heightObject

Returns the value of attribute height.



6
7
8
# File 'lib/panchira/panchira_result.rb', line 6

def height
  @height
end

#urlObject

Returns the value of attribute url.



6
7
8
# File 'lib/panchira/panchira_result.rb', line 6

def url
  @url
end

#widthObject

Returns the value of attribute width.



6
7
8
# File 'lib/panchira/panchira_result.rb', line 6

def width
  @width
end