Class: Clickwrap::Import::FinePrint::Report
- Inherits:
-
Data
- Object
- Data
- Clickwrap::Import::FinePrint::Report
- Defined in:
- lib/clickwrap/import/fine_print.rb
Overview
A plan or an import, described the same way either way.
Instance Attribute Summary collapse
-
#contracts ⇒ Object
readonly
Returns the value of attribute contracts.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#policy_key ⇒ Object
readonly
Returns the value of attribute policy_key.
-
#results ⇒ Object
readonly
Returns the value of attribute results.
-
#signatures ⇒ Object
readonly
Returns the value of attribute signatures.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#tables_present ⇒ Object
readonly
Returns the value of attribute tables_present.
Instance Method Summary collapse
Instance Attribute Details
#contracts ⇒ Object (readonly)
Returns the value of attribute contracts
51 52 53 |
# File 'lib/clickwrap/import/fine_print.rb', line 51 def contracts @contracts end |
#message ⇒ Object (readonly)
Returns the value of attribute message
51 52 53 |
# File 'lib/clickwrap/import/fine_print.rb', line 51 def @message end |
#policy_key ⇒ Object (readonly)
Returns the value of attribute policy_key
51 52 53 |
# File 'lib/clickwrap/import/fine_print.rb', line 51 def policy_key @policy_key end |
#results ⇒ Object (readonly)
Returns the value of attribute results
51 52 53 |
# File 'lib/clickwrap/import/fine_print.rb', line 51 def results @results end |
#signatures ⇒ Object (readonly)
Returns the value of attribute signatures
51 52 53 |
# File 'lib/clickwrap/import/fine_print.rb', line 51 def signatures @signatures end |
#status ⇒ Object (readonly)
Returns the value of attribute status
51 52 53 |
# File 'lib/clickwrap/import/fine_print.rb', line 51 def status @status end |
#tables_present ⇒ Object (readonly)
Returns the value of attribute tables_present
51 52 53 |
# File 'lib/clickwrap/import/fine_print.rb', line 51 def tables_present @tables_present end |
Instance Method Details
#already_imported ⇒ Object
55 |
# File 'lib/clickwrap/import/fine_print.rb', line 55 def already_imported = results.select(&:already_imported?) |
#imported ⇒ Object
54 |
# File 'lib/clickwrap/import/fine_print.rb', line 54 def imported = results.select(&:imported?) |
#planned ⇒ Object
56 |
# File 'lib/clickwrap/import/fine_print.rb', line 56 def planned = results.select(&:planned?) |
#possible? ⇒ Boolean
53 |
# File 'lib/clickwrap/import/fine_print.rb', line 53 def possible? = status != :tables_absent |
#to_s ⇒ Object
57 |
# File 'lib/clickwrap/import/fine_print.rb', line 57 def to_s = |