Class: Fontico::Builder::Report
- Inherits:
-
Struct
- Object
- Struct
- Fontico::Builder::Report
- Defined in:
- lib/fontico/builder.rb
Instance Attribute Summary collapse
-
#cached ⇒ Object
Returns the value of attribute cached.
-
#fetched ⇒ Object
Returns the value of attribute fetched.
-
#missing ⇒ Object
Returns the value of attribute missing.
-
#pending ⇒ Object
Returns the value of attribute pending.
-
#skipped ⇒ Object
Returns the value of attribute skipped.
-
#warnings ⇒ Object
Returns the value of attribute warnings.
-
#written ⇒ Object
Returns the value of attribute written.
Instance Attribute Details
#cached ⇒ Object
Returns the value of attribute cached
12 13 14 |
# File 'lib/fontico/builder.rb', line 12 def cached @cached end |
#fetched ⇒ Object
Returns the value of attribute fetched
12 13 14 |
# File 'lib/fontico/builder.rb', line 12 def fetched @fetched end |
#missing ⇒ Object
Returns the value of attribute missing
12 13 14 |
# File 'lib/fontico/builder.rb', line 12 def missing @missing end |
#pending ⇒ Object
Returns the value of attribute pending
12 13 14 |
# File 'lib/fontico/builder.rb', line 12 def pending @pending end |
#skipped ⇒ Object
Returns the value of attribute skipped
12 13 14 |
# File 'lib/fontico/builder.rb', line 12 def skipped @skipped end |
#warnings ⇒ Object
Returns the value of attribute warnings
12 13 14 |
# File 'lib/fontico/builder.rb', line 12 def warnings @warnings end |
#written ⇒ Object
Returns the value of attribute written
12 13 14 |
# File 'lib/fontico/builder.rb', line 12 def written @written end |