Class: Fontico::Builder::Report

Inherits:
Struct
  • Object
show all
Defined in:
lib/fontico/builder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cachedObject

Returns the value of attribute cached

Returns:

  • (Object)

    the current value of cached



12
13
14
# File 'lib/fontico/builder.rb', line 12

def cached
  @cached
end

#fetchedObject

Returns the value of attribute fetched

Returns:

  • (Object)

    the current value of fetched



12
13
14
# File 'lib/fontico/builder.rb', line 12

def fetched
  @fetched
end

#missingObject

Returns the value of attribute missing

Returns:

  • (Object)

    the current value of missing



12
13
14
# File 'lib/fontico/builder.rb', line 12

def missing
  @missing
end

#pendingObject

Returns the value of attribute pending

Returns:

  • (Object)

    the current value of pending



12
13
14
# File 'lib/fontico/builder.rb', line 12

def pending
  @pending
end

#skippedObject

Returns the value of attribute skipped

Returns:

  • (Object)

    the current value of skipped



12
13
14
# File 'lib/fontico/builder.rb', line 12

def skipped
  @skipped
end

#warningsObject

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



12
13
14
# File 'lib/fontico/builder.rb', line 12

def warnings
  @warnings
end

#writtenObject

Returns the value of attribute written

Returns:

  • (Object)

    the current value of written



12
13
14
# File 'lib/fontico/builder.rb', line 12

def written
  @written
end