Class: Opencdd::Parcel::ScrapeVerifier::Result
- Inherits:
-
Struct
- Object
- Struct
- Opencdd::Parcel::ScrapeVerifier::Result
- Defined in:
- lib/opencdd/parcel/scrape_verifier.rb
Instance Attribute Summary collapse
-
#data_row_count ⇒ Object
Returns the value of attribute data_row_count.
-
#entity_type ⇒ Object
Returns the value of attribute entity_type.
-
#path ⇒ Object
Returns the value of attribute path.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
Instance Attribute Details
#data_row_count ⇒ Object
Returns the value of attribute data_row_count
21 22 23 |
# File 'lib/opencdd/parcel/scrape_verifier.rb', line 21 def data_row_count @data_row_count end |
#entity_type ⇒ Object
Returns the value of attribute entity_type
21 22 23 |
# File 'lib/opencdd/parcel/scrape_verifier.rb', line 21 def entity_type @entity_type end |
#path ⇒ Object
Returns the value of attribute path
21 22 23 |
# File 'lib/opencdd/parcel/scrape_verifier.rb', line 21 def path @path end |
#status ⇒ Object
Returns the value of attribute status
21 22 23 |
# File 'lib/opencdd/parcel/scrape_verifier.rb', line 21 def status @status end |
Instance Method Details
#empty? ⇒ Boolean
24 |
# File 'lib/opencdd/parcel/scrape_verifier.rb', line 24 def empty? = status == :empty |
#ok? ⇒ Boolean
23 |
# File 'lib/opencdd/parcel/scrape_verifier.rb', line 23 def ok? = status == :ok |