Class: ImageBundleHelper::Image

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

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#fileObject

Returns the value of attribute file.



20
21
22
# File 'lib/image_bundle.rb', line 20

def file
  @file
end

#heightObject

Returns the value of attribute height.



20
21
22
# File 'lib/image_bundle.rb', line 20

def height
  @height
end

#pathObject

Returns the value of attribute path.



20
21
22
# File 'lib/image_bundle.rb', line 20

def path
  @path
end

#sizeObject

Returns the value of attribute size.



20
21
22
# File 'lib/image_bundle.rb', line 20

def size
  @size
end

#widthObject

Returns the value of attribute width.



20
21
22
# File 'lib/image_bundle.rb', line 20

def width
  @width
end

#x_posObject

Returns the value of attribute x_pos.



20
21
22
# File 'lib/image_bundle.rb', line 20

def x_pos
  @x_pos
end