Class: SchemaFerry::Core::SchemafileRenderer::Call
- Inherits:
-
Struct
- Object
- Struct
- SchemaFerry::Core::SchemafileRenderer::Call
- Defined in:
- lib/schema_ferry/core/schemafile_renderer.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#children ⇒ Object
Returns the value of attribute children.
-
#name ⇒ Object
Returns the value of attribute name.
-
#opts ⇒ Object
Returns the value of attribute opts.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
6 7 8 |
# File 'lib/schema_ferry/core/schemafile_renderer.rb', line 6 def args @args end |
#children ⇒ Object
Returns the value of attribute children
6 7 8 |
# File 'lib/schema_ferry/core/schemafile_renderer.rb', line 6 def children @children end |
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/schema_ferry/core/schemafile_renderer.rb', line 6 def name @name end |
#opts ⇒ Object
Returns the value of attribute opts
6 7 8 |
# File 'lib/schema_ferry/core/schemafile_renderer.rb', line 6 def opts @opts end |