Class: Eco::API::UseCases::GraphQL::Samples::Pages::Template::CsvBuild::FormatMap::RowSpec

Inherits:
Struct
  • Object
show all
Defined in:
lib/eco/api/usecases/graphql/samples/pages/template/csv_build/format_map.rb

Overview

Neutral, format-agnostic row: what the Builder consumes. Only THIS is passed downstream.

Instance Attribute Summary collapse

Instance Attribute Details

#field_columnObject

Returns the value of attribute field_column

Returns:

  • (Object)

    the current value of field_column



52
53
54
# File 'lib/eco/api/usecases/graphql/samples/pages/template/csv_build/format_map.rb', line 52

def field_column
  @field_column
end

#field_descriptionObject

Returns the value of attribute field_description

Returns:

  • (Object)

    the current value of field_description



52
53
54
# File 'lib/eco/api/usecases/graphql/samples/pages/template/csv_build/format_map.rb', line 52

def field_description
  @field_description
end

#field_labelObject

Returns the value of attribute field_label

Returns:

  • (Object)

    the current value of field_label



52
53
54
# File 'lib/eco/api/usecases/graphql/samples/pages/template/csv_build/format_map.rb', line 52

def field_label
  @field_label
end

#field_optionsObject

Returns the value of attribute field_options

Returns:

  • (Object)

    the current value of field_options



52
53
54
# File 'lib/eco/api/usecases/graphql/samples/pages/template/csv_build/format_map.rb', line 52

def field_options
  @field_options
end

#field_requiredObject

Returns the value of attribute field_required

Returns:

  • (Object)

    the current value of field_required



52
53
54
# File 'lib/eco/api/usecases/graphql/samples/pages/template/csv_build/format_map.rb', line 52

def field_required
  @field_required
end

#field_typeObject

Returns the value of attribute field_type

Returns:

  • (Object)

    the current value of field_type



52
53
54
# File 'lib/eco/api/usecases/graphql/samples/pages/template/csv_build/format_map.rb', line 52

def field_type
  @field_type
end

#sectionObject

Returns the value of attribute section

Returns:

  • (Object)

    the current value of section



52
53
54
# File 'lib/eco/api/usecases/graphql/samples/pages/template/csv_build/format_map.rb', line 52

def section
  @section
end

#section_layoutObject

Returns the value of attribute section_layout

Returns:

  • (Object)

    the current value of section_layout



52
53
54
# File 'lib/eco/api/usecases/graphql/samples/pages/template/csv_build/format_map.rb', line 52

def section_layout
  @section_layout
end

#section_orderingObject

Returns the value of attribute section_ordering

Returns:

  • (Object)

    the current value of section_ordering



52
53
54
# File 'lib/eco/api/usecases/graphql/samples/pages/template/csv_build/format_map.rb', line 52

def section_ordering
  @section_ordering
end

#stageObject

Returns the value of attribute stage

Returns:

  • (Object)

    the current value of stage



52
53
54
# File 'lib/eco/api/usecases/graphql/samples/pages/template/csv_build/format_map.rb', line 52

def stage
  @stage
end

#stage_orderingObject

Returns the value of attribute stage_ordering

Returns:

  • (Object)

    the current value of stage_ordering



52
53
54
# File 'lib/eco/api/usecases/graphql/samples/pages/template/csv_build/format_map.rb', line 52

def stage_ordering
  @stage_ordering
end