Class: Pageflow::Panorama::Validation::KrPano
- Inherits:
-
Struct
- Object
- Struct
- Pageflow::Panorama::Validation::KrPano
- Defined in:
- lib/pageflow/panorama/validation/kr_pano.rb
Instance Attribute Summary collapse
-
#entries ⇒ Object
Returns the value of attribute entries.
Instance Method Summary collapse
Instance Attribute Details
#entries ⇒ Object
Returns the value of attribute entries
4 5 6 |
# File 'lib/pageflow/panorama/validation/kr_pano.rb', line 4 def entries @entries end |
Instance Method Details
#parse ⇒ Object
5 6 7 8 9 10 |
# File 'lib/pageflow/panorama/validation/kr_pano.rb', line 5 def parse find_tiles_directory! Result.new(find_index_document!, find_thumbnail!) end |