Class: Motley::SchemaSet
- Inherits:
-
Object
- Object
- Motley::SchemaSet
- Extended by:
- Forwardable
- Defined in:
- lib/motley.rb
Overview
Motley::SchemaSet
Defined Under Namespace
Classes: TagFinder
Instance Attribute Summary collapse
-
#schemas ⇒ Object
readonly
Returns the value of attribute schemas.
-
#tags ⇒ Object
readonly
Returns the value of attribute tags.
Instance Method Summary collapse
-
#initialize ⇒ SchemaSet
constructor
————————————————————————— initialize.
Constructor Details
Instance Attribute Details
#schemas ⇒ Object (readonly)
Returns the value of attribute schemas.
363 364 365 |
# File 'lib/motley.rb', line 363 def schemas @schemas end |
#tags ⇒ Object (readonly)
Returns the value of attribute tags.
364 365 366 |
# File 'lib/motley.rb', line 364 def @tags end |