Class: IIIF::Presentation::Range
- Inherits:
-
Sequence
- Object
- Service
- AbstractResource
- Sequence
- IIIF::Presentation::Range
- Defined in:
- lib/iiif/presentation/range.rb
Constant Summary collapse
- TYPE =
'sc:Range'
Constants included from HashBehaviours
HashBehaviours::SIMPLE_SELF_RETURNERS
Instance Method Summary collapse
- #array_only_keys ⇒ Object
-
#initialize(hsh = {}) ⇒ Range
constructor
A new instance of Range.
- #legal_viewing_hint_values ⇒ Object
- #required_keys ⇒ Object
- #validate ⇒ Object
Methods inherited from Sequence
Methods inherited from AbstractResource
#abstract_resource_only_keys, #any_type_keys, #hash_only_keys, #int_only_keys, #legal_viewing_direction_values, #string_only_keys, #to_ordered_hash
Methods inherited from Service
#abstract_resource_only_keys, #any_type_keys, from_ordered_hash, #hash_only_keys, #int_only_keys, parse, #string_only_keys, #to_json, #to_ordered_hash
Methods included from HashBehaviours
#clear, #merge, #merge!, #reject!, #select, #select!
Constructor Details
Instance Method Details
#array_only_keys ⇒ Object
13 14 15 |
# File 'lib/iiif/presentation/range.rb', line 13 def array_only_keys super + %w{ ranges } end |
#legal_viewing_hint_values ⇒ Object
17 18 19 |
# File 'lib/iiif/presentation/range.rb', line 17 def legal_viewing_hint_values super + %w{ top } end |
#required_keys ⇒ Object
9 10 11 |
# File 'lib/iiif/presentation/range.rb', line 9 def required_keys super + %w{ @id label } end |
#validate ⇒ Object
26 27 28 |
# File 'lib/iiif/presentation/range.rb', line 26 def validate # Values of the ranges array must be strings end |