Class: Imdhemy::Jekyll::Theme::ImageCLI::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/imdhemy/jekyll/theme/image_cli.rb

Instance Attribute Summary collapse

Instance Attribute Details

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



15
16
17
# File 'lib/imdhemy/jekyll/theme/image_cli.rb', line 15

def message
  @message
end

#optimized_sizeObject

Returns the value of attribute optimized_size

Returns:

  • (Object)

    the current value of optimized_size



15
16
17
# File 'lib/imdhemy/jekyll/theme/image_cli.rb', line 15

def optimized_size
  @optimized_size
end

#original_sizeObject

Returns the value of attribute original_size

Returns:

  • (Object)

    the current value of original_size



15
16
17
# File 'lib/imdhemy/jekyll/theme/image_cli.rb', line 15

def original_size
  @original_size
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



15
16
17
# File 'lib/imdhemy/jekyll/theme/image_cli.rb', line 15

def path
  @path
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



15
16
17
# File 'lib/imdhemy/jekyll/theme/image_cli.rb', line 15

def status
  @status
end