Class: BrowserOfBabel::Hex
- Defined in:
- lib/browser_of_babel/hex.rb
Overview
First-level holotheca in the library. Identifier is a combination of lowercase (latin) letters and (arabic) digits up to 3260 long. Contains 4 walls.
Constant Summary collapse
- FORMAT =
"[a-z0-9]{1,3260}"
Constants inherited from Holotheca
BrowserOfBabel::Holotheca::DEFAULT_URL_FORMATTER
Instance Attribute Summary
Attributes included from BrowserOfBabel::Holotheca::Holarchy::ClassMethods
Attributes included from BrowserOfBabel::Holotheca::Holarchy
Method Summary
Methods inherited from Holotheca
holotheca_name, identifier_class, identifier_format, #initialize, #to_s, #to_s_part, #to_url, #to_url_part, url_format
Methods included from BrowserOfBabel::Holotheca::Holarchy::ClassMethods
Methods included from BrowserOfBabel::Holotheca::Holarchy
#depth, #dig, #down, #initialize, #path, #path_identifiers, #root, #up
Constructor Details
This class inherits a constructor from BrowserOfBabel::Holotheca