Class: Ecm::Blog::ImportPostsService::Result

Inherits:
ApplicationService::Result show all
Defined in:
app/services/ecm/blog/import_posts_service.rb

Instance Attribute Summary collapse

Instance Attribute Details

#body_source_formatObject

Returns the value of attribute body_source_format.



26
27
28
# File 'app/services/ecm/blog/import_posts_service.rb', line 26

def body_source_format
  @body_source_format
end

#column_mapObject

Returns the value of attribute column_map.



26
27
28
# File 'app/services/ecm/blog/import_posts_service.rb', line 26

def column_map
  @column_map
end

#csv_dataObject

Returns the value of attribute csv_data.



26
27
28
# File 'app/services/ecm/blog/import_posts_service.rb', line 26

def csv_data
  @csv_data
end

#filenameObject

Returns the value of attribute filename.



26
27
28
# File 'app/services/ecm/blog/import_posts_service.rb', line 26

def filename
  @filename
end

#postsObject

Returns the value of attribute posts.



26
27
28
# File 'app/services/ecm/blog/import_posts_service.rb', line 26

def posts
  @posts
end