Class: Jbuilder::Schema
- Inherits:
-
Object
- Object
- Jbuilder::Schema
- Defined in:
- lib/jbuilder/schema/template.rb,
lib/jbuilder/schema.rb
Defined Under Namespace
Modules: IgnoreSchemaMeta Classes: Renderer, Template
Constant Summary collapse
- VERSION =
TODO Fix this. It’s throwing errors when including the Ruby gem in downstream projects.
"2.0.3"
Instance Attribute Summary collapse
-
#components_path ⇒ Object
Returns the value of attribute components_path.
-
#description_name ⇒ Object
Returns the value of attribute description_name.
-
#title_name ⇒ Object
Returns the value of attribute title_name.
Class Method Summary collapse
Instance Attribute Details
#components_path ⇒ Object
Returns the value of attribute components_path.
18 19 20 |
# File 'lib/jbuilder/schema.rb', line 18 def components_path @components_path end |
#description_name ⇒ Object
Returns the value of attribute description_name.
18 19 20 |
# File 'lib/jbuilder/schema.rb', line 18 def description_name @description_name end |
#title_name ⇒ Object
Returns the value of attribute title_name.
18 19 20 |
# File 'lib/jbuilder/schema.rb', line 18 def title_name @title_name end |