Class: RubyLens::ClipResult
- Inherits:
-
Data
- Object
- Data
- RubyLens::ClipResult
- Defined in:
- lib/rubylens/clip_generator.rb
Instance Attribute Summary collapse
-
#counts ⇒ Object
readonly
Returns the value of attribute counts.
-
#output_path ⇒ Object
readonly
Returns the value of attribute output_path.
-
#showcase_path ⇒ Object
readonly
Returns the value of attribute showcase_path.
-
#warnings ⇒ Object
readonly
Returns the value of attribute warnings.
Instance Method Summary collapse
Instance Attribute Details
#counts ⇒ Object (readonly)
Returns the value of attribute counts
11 12 13 |
# File 'lib/rubylens/clip_generator.rb', line 11 def counts @counts end |
#output_path ⇒ Object (readonly)
Returns the value of attribute output_path
11 12 13 |
# File 'lib/rubylens/clip_generator.rb', line 11 def output_path @output_path end |
#showcase_path ⇒ Object (readonly)
Returns the value of attribute showcase_path
11 12 13 |
# File 'lib/rubylens/clip_generator.rb', line 11 def showcase_path @showcase_path end |
#warnings ⇒ Object (readonly)
Returns the value of attribute warnings
11 12 13 |
# File 'lib/rubylens/clip_generator.rb', line 11 def warnings @warnings end |
Instance Method Details
#to_payload ⇒ Object
12 |
# File 'lib/rubylens/clip_generator.rb', line 12 def to_payload = { output: output_path, showcase: showcase_path, counts: counts, warnings: warnings } |