Class: Rubino::Interaction::ImageInput::Result
- Inherits:
-
Struct
- Object
- Struct
- Rubino::Interaction::ImageInput::Result
- Defined in:
- lib/rubino/interaction/image_input.rb
Instance Attribute Summary collapse
-
#image_paths ⇒ Object
Returns the value of attribute image_paths.
-
#rejected ⇒ Object
Returns the value of attribute rejected.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Method Summary collapse
Instance Attribute Details
#image_paths ⇒ Object
Returns the value of attribute image_paths
38 39 40 |
# File 'lib/rubino/interaction/image_input.rb', line 38 def image_paths @image_paths end |
#rejected ⇒ Object
Returns the value of attribute rejected
38 39 40 |
# File 'lib/rubino/interaction/image_input.rb', line 38 def rejected @rejected end |
#text ⇒ Object
Returns the value of attribute text
38 39 40 |
# File 'lib/rubino/interaction/image_input.rb', line 38 def text @text end |
Instance Method Details
#images? ⇒ Boolean
39 |
# File 'lib/rubino/interaction/image_input.rb', line 39 def images? = !image_paths.empty? |