Class: LeanCms::Loader::Result
- Inherits:
-
Struct
- Object
- Struct
- LeanCms::Loader::Result
- Defined in:
- lib/lean_cms/loader.rb
Instance Attribute Summary collapse
-
#created ⇒ Object
Returns the value of attribute created.
-
#skipped ⇒ Object
Returns the value of attribute skipped.
-
#total_fields ⇒ Object
Returns the value of attribute total_fields.
-
#updated ⇒ Object
Returns the value of attribute updated.
Instance Attribute Details
#created ⇒ Object
Returns the value of attribute created
21 22 23 |
# File 'lib/lean_cms/loader.rb', line 21 def created @created end |
#skipped ⇒ Object
Returns the value of attribute skipped
21 22 23 |
# File 'lib/lean_cms/loader.rb', line 21 def skipped @skipped end |
#total_fields ⇒ Object
Returns the value of attribute total_fields
21 22 23 |
# File 'lib/lean_cms/loader.rb', line 21 def total_fields @total_fields end |
#updated ⇒ Object
Returns the value of attribute updated
21 22 23 |
# File 'lib/lean_cms/loader.rb', line 21 def updated @updated end |