Class: Railspress::ContentExportService::Result

Inherits:
Struct
  • Object
show all
Defined in:
app/services/railspress/content_export_service.rb

Instance Attribute Summary collapse

Instance Attribute Details

#element_countObject

Returns the value of attribute element_count

Returns:

  • (Object)

    the current value of element_count



9
10
11
# File 'app/services/railspress/content_export_service.rb', line 9

def element_count
  @element_count
end

#filenameObject

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



9
10
11
# File 'app/services/railspress/content_export_service.rb', line 9

def filename
  @filename
end

#group_countObject

Returns the value of attribute group_count

Returns:

  • (Object)

    the current value of group_count



9
10
11
# File 'app/services/railspress/content_export_service.rb', line 9

def group_count
  @group_count
end

#zip_dataObject

Returns the value of attribute zip_data

Returns:

  • (Object)

    the current value of zip_data



9
10
11
# File 'app/services/railspress/content_export_service.rb', line 9

def zip_data
  @zip_data
end