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 =
See ‘jbuilder/schema/version.rb`
JBUILDER_SCHEMA_VERSION
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.
17 18 19 |
# File 'lib/jbuilder/schema.rb', line 17 def components_path @components_path end |
#description_name ⇒ Object
Returns the value of attribute description_name.
17 18 19 |
# File 'lib/jbuilder/schema.rb', line 17 def description_name @description_name end |
#title_name ⇒ Object
Returns the value of attribute title_name.
17 18 19 |
# File 'lib/jbuilder/schema.rb', line 17 def title_name @title_name end |