Class: Puree::Model::DownloadHeader
- Defined in:
- lib/puree/model/download_header.rb
Overview
A minimal representation of a Download.
Instance Attribute Summary collapse
Method Summary
Methods inherited from Structure
Instance Attribute Details
#count ⇒ Fixnum?
12 13 14 |
# File 'lib/puree/model/download_header.rb', line 12 def count @count end |
#uuid ⇒ String?
9 10 11 |
# File 'lib/puree/model/download_header.rb', line 9 def uuid @uuid end |