Class: C2paXmpProbe::Result
- Inherits:
-
Struct
- Object
- Struct
- C2paXmpProbe::Result
- Defined in:
- lib/c2pa_xmp_probe.rb
Instance Attribute Summary collapse
-
#has_ai_hint ⇒ Object
Returns the value of attribute has_ai_hint.
-
#has_c2pa ⇒ Object
Returns the value of attribute has_c2pa.
-
#has_xmp ⇒ Object
Returns the value of attribute has_xmp.
-
#matched ⇒ Object
Returns the value of attribute matched.
-
#path ⇒ Object
Returns the value of attribute path.
-
#size ⇒ Object
Returns the value of attribute size.
Instance Method Summary collapse
Instance Attribute Details
#has_ai_hint ⇒ Object
Returns the value of attribute has_ai_hint
26 27 28 |
# File 'lib/c2pa_xmp_probe.rb', line 26 def has_ai_hint @has_ai_hint end |
#has_c2pa ⇒ Object
Returns the value of attribute has_c2pa
26 27 28 |
# File 'lib/c2pa_xmp_probe.rb', line 26 def has_c2pa @has_c2pa end |
#has_xmp ⇒ Object
Returns the value of attribute has_xmp
26 27 28 |
# File 'lib/c2pa_xmp_probe.rb', line 26 def has_xmp @has_xmp end |
#matched ⇒ Object
Returns the value of attribute matched
26 27 28 |
# File 'lib/c2pa_xmp_probe.rb', line 26 def matched @matched end |
#path ⇒ Object
Returns the value of attribute path
26 27 28 |
# File 'lib/c2pa_xmp_probe.rb', line 26 def path @path end |
#size ⇒ Object
Returns the value of attribute size
26 27 28 |
# File 'lib/c2pa_xmp_probe.rb', line 26 def size @size end |
Instance Method Details
#flagged? ⇒ Boolean
30 31 32 |
# File 'lib/c2pa_xmp_probe.rb', line 30 def flagged? has_c2pa || has_xmp || has_ai_hint end |