Class: BrowserOfBabel::Hex

Inherits:
Holotheca show all
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

#child_class, #parent_class

Attributes included from BrowserOfBabel::Holotheca::Holarchy

#identifier, #parent

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

#>>, #depth, #holarchy, #root

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