Class: CyclicPattern
- Inherits:
-
Object
- Object
- CyclicPattern
- Includes:
- Inspectable
- Defined in:
- lib/json_patterns.rb
Constant Summary
Constants included from Inspectable
Instance Attribute Summary collapse
-
#interior ⇒ Object
Returns the value of attribute interior.
Method Summary
Methods included from Inspectable
Instance Attribute Details
#interior ⇒ Object
Returns the value of attribute interior.
111 112 113 |
# File 'lib/json_patterns.rb', line 111 def interior @interior end |