Class: Railspress::ContentExportService::Result
- Inherits:
-
Struct
- Object
- Struct
- Railspress::ContentExportService::Result
- Defined in:
- app/services/railspress/content_export_service.rb
Instance Attribute Summary collapse
-
#element_count ⇒ Object
Returns the value of attribute element_count.
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#group_count ⇒ Object
Returns the value of attribute group_count.
-
#zip_data ⇒ Object
Returns the value of attribute zip_data.
Instance Attribute Details
#element_count ⇒ Object
Returns the value of attribute element_count
9 10 11 |
# File 'app/services/railspress/content_export_service.rb', line 9 def element_count @element_count end |
#filename ⇒ Object
Returns the value of attribute filename
9 10 11 |
# File 'app/services/railspress/content_export_service.rb', line 9 def filename @filename end |
#group_count ⇒ Object
Returns the value of attribute group_count
9 10 11 |
# File 'app/services/railspress/content_export_service.rb', line 9 def group_count @group_count end |
#zip_data ⇒ Object
Returns the value of attribute zip_data
9 10 11 |
# File 'app/services/railspress/content_export_service.rb', line 9 def zip_data @zip_data end |