Class: Eco::API::UseCases::GraphQL::Samples::Pages::Template::CsvBuild::FormatMap::RowSpec
- Inherits:
-
Struct
- Object
- Struct
- Eco::API::UseCases::GraphQL::Samples::Pages::Template::CsvBuild::FormatMap::RowSpec
- 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
-
#field_column ⇒ Object
Returns the value of attribute field_column.
-
#field_description ⇒ Object
Returns the value of attribute field_description.
-
#field_label ⇒ Object
Returns the value of attribute field_label.
-
#field_options ⇒ Object
Returns the value of attribute field_options.
-
#field_required ⇒ Object
Returns the value of attribute field_required.
-
#field_type ⇒ Object
Returns the value of attribute field_type.
-
#section ⇒ Object
Returns the value of attribute section.
-
#section_layout ⇒ Object
Returns the value of attribute section_layout.
-
#section_ordering ⇒ Object
Returns the value of attribute section_ordering.
-
#stage ⇒ Object
Returns the value of attribute stage.
-
#stage_ordering ⇒ Object
Returns the value of attribute stage_ordering.
Instance Attribute Details
#field_column ⇒ Object
Returns the value of attribute 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_description ⇒ Object
Returns the value of attribute 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_label ⇒ Object
Returns the value of attribute 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_options ⇒ Object
Returns the value of attribute field_options
52 53 54 |
# File 'lib/eco/api/usecases/graphql/samples/pages/template/csv_build/format_map.rb', line 52 def @field_options end |
#field_required ⇒ Object
Returns the value of attribute 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_type ⇒ Object
Returns the value of attribute 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 |
#section ⇒ Object
Returns the value of attribute 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_layout ⇒ Object
Returns the value of attribute 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_ordering ⇒ Object
Returns the value of attribute 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 |
#stage ⇒ Object
Returns the value of attribute 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_ordering ⇒ Object
Returns the value of attribute 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 |