Class: LeanCms::Loader::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/lean_cms/loader.rb

Instance Attribute Summary collapse

Instance Attribute Details

#createdObject

Returns the value of attribute created

Returns:

  • (Object)

    the current value of created



21
22
23
# File 'lib/lean_cms/loader.rb', line 21

def created
  @created
end

#skippedObject

Returns the value of attribute skipped

Returns:

  • (Object)

    the current value of skipped



21
22
23
# File 'lib/lean_cms/loader.rb', line 21

def skipped
  @skipped
end

#total_fieldsObject

Returns the value of attribute total_fields

Returns:

  • (Object)

    the current value of total_fields



21
22
23
# File 'lib/lean_cms/loader.rb', line 21

def total_fields
  @total_fields
end

#updatedObject

Returns the value of attribute updated

Returns:

  • (Object)

    the current value of updated



21
22
23
# File 'lib/lean_cms/loader.rb', line 21

def updated
  @updated
end