Class: Eco::API::UseCases::GraphQL::Samples::Pages::Template::CsvBuild::Parser::Field
- Inherits:
-
Struct
- Object
- Struct
- Eco::API::UseCases::GraphQL::Samples::Pages::Template::CsvBuild::Parser::Field
- Defined in:
- lib/eco/api/usecases/graphql/samples/pages/template/csv_build/parser.rb
Overview
Parsed field, ready for the builder (already format-agnostic).
Instance Attribute Summary collapse
-
#column ⇒ Object
Returns the value of attribute column.
-
#description ⇒ Object
Returns the value of attribute description.
-
#label ⇒ Object
Returns the value of attribute label.
-
#options ⇒ Object
Returns the value of attribute options.
-
#required ⇒ Object
Returns the value of attribute required.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
17 18 19 |
# File 'lib/eco/api/usecases/graphql/samples/pages/template/csv_build/parser.rb', line 17 def column @column end |
#description ⇒ Object
Returns the value of attribute description
17 18 19 |
# File 'lib/eco/api/usecases/graphql/samples/pages/template/csv_build/parser.rb', line 17 def description @description end |
#label ⇒ Object
Returns the value of attribute label
17 18 19 |
# File 'lib/eco/api/usecases/graphql/samples/pages/template/csv_build/parser.rb', line 17 def label @label end |
#options ⇒ Object
Returns the value of attribute options
17 18 19 |
# File 'lib/eco/api/usecases/graphql/samples/pages/template/csv_build/parser.rb', line 17 def @options end |
#required ⇒ Object
Returns the value of attribute required
17 18 19 |
# File 'lib/eco/api/usecases/graphql/samples/pages/template/csv_build/parser.rb', line 17 def required @required end |
#type ⇒ Object
Returns the value of attribute type
17 18 19 |
# File 'lib/eco/api/usecases/graphql/samples/pages/template/csv_build/parser.rb', line 17 def type @type end |