Class: Imdhemy::Jekyll::Theme::ImageCLI::Result
- Inherits:
-
Struct
- Object
- Struct
- Imdhemy::Jekyll::Theme::ImageCLI::Result
- Defined in:
- lib/imdhemy/jekyll/theme/image_cli.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#optimized_size ⇒ Object
Returns the value of attribute optimized_size.
-
#original_size ⇒ Object
Returns the value of attribute original_size.
-
#path ⇒ Object
Returns the value of attribute path.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message
15 16 17 |
# File 'lib/imdhemy/jekyll/theme/image_cli.rb', line 15 def @message end |
#optimized_size ⇒ Object
Returns the value of attribute optimized_size
15 16 17 |
# File 'lib/imdhemy/jekyll/theme/image_cli.rb', line 15 def optimized_size @optimized_size end |
#original_size ⇒ Object
Returns the value of attribute original_size
15 16 17 |
# File 'lib/imdhemy/jekyll/theme/image_cli.rb', line 15 def original_size @original_size end |
#path ⇒ Object
Returns the value of attribute path
15 16 17 |
# File 'lib/imdhemy/jekyll/theme/image_cli.rb', line 15 def path @path end |
#status ⇒ Object
Returns the value of attribute status
15 16 17 |
# File 'lib/imdhemy/jekyll/theme/image_cli.rb', line 15 def status @status end |