Class: ONIX::EpubUsageConstraint
- Defined in:
- lib/onix/descriptive_detail.rb
Instance Method Summary collapse
- #limits ⇒ Object
- #status ⇒ Object
-
#type ⇒ Object
shortcuts.
Methods inherited from SubsetDSL
_ancestor_registered_scopes, _ancestors_registered_elements, ancestor_registered_scopes, ancestors_registered_elements, element, elements, get_class, #initialize, #parse, ref_to_short, registered_elements, registered_scopes, scope, short_to_ref, #unsupported
Methods inherited from Subset
parse, #parse, tag_match, #tag_match, #unsupported
Constructor Details
This class inherits a constructor from ONIX::SubsetDSL
Instance Method Details
#limits ⇒ Object
315 316 317 |
# File 'lib/onix/descriptive_detail.rb', line 315 def limits @epub_usage_limits end |
#status ⇒ Object
311 312 313 |
# File 'lib/onix/descriptive_detail.rb', line 311 def status @epub_usage_status end |
#type ⇒ Object
shortcuts
307 308 309 |
# File 'lib/onix/descriptive_detail.rb', line 307 def type @epub_usage_type end |