Class: Motley::Schema
- Inherits:
-
Object
- Object
- Motley::Schema
- Defined in:
- lib/motley.rb
Overview
Motley::Schema
Defined Under Namespace
Instance Attribute Summary collapse
-
#tags ⇒ Object
readonly
Returns the value of attribute tags.
Instance Method Summary collapse
-
#initialize ⇒ Schema
constructor
————————————————————————— initialize.
Constructor Details
#initialize ⇒ Schema
initialize
342 343 344 |
# File 'lib/motley.rb', line 342 def initialize() @tags = {} end |
Instance Attribute Details
#tags ⇒ Object (readonly)
Returns the value of attribute tags.
337 338 339 |
# File 'lib/motley.rb', line 337 def @tags end |