Class: SchemaFerry::Core::SchemafileRenderer::Call

Inherits:
Struct
  • Object
show all
Defined in:
lib/schema_ferry/core/schemafile_renderer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



6
7
8
# File 'lib/schema_ferry/core/schemafile_renderer.rb', line 6

def args
  @args
end

#childrenObject

Returns the value of attribute children

Returns:

  • (Object)

    the current value of children



6
7
8
# File 'lib/schema_ferry/core/schemafile_renderer.rb', line 6

def children
  @children
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



6
7
8
# File 'lib/schema_ferry/core/schemafile_renderer.rb', line 6

def name
  @name
end

#optsObject

Returns the value of attribute opts

Returns:

  • (Object)

    the current value of opts



6
7
8
# File 'lib/schema_ferry/core/schemafile_renderer.rb', line 6

def opts
  @opts
end