class
FormDataExample::UserProfileSchema
- FormDataExample::UserProfileSchema
- Amber::Schema::Definition
- Reference
- Object
Overview
Example 2: Complex profile form with nested data
Defined in:
amber/schema/examples/form_data_example.crClass Method Summary
-
.conditional_groups
Example 2: Complex profile form with nested data
-
.content_types
Example 2: Complex profile form with nested data
-
.failure_type
Example 2: Complex profile form with nested data
-
.fields
Example 2: Complex profile form with nested data
-
.required_fields
Example 2: Complex profile form with nested data
-
.source_blocks
Example 2: Complex profile form with nested data
-
.success_type
Example 2: Complex profile form with nested data
-
.validators
Example 2: Complex profile form with nested data
Instance Method Summary
-
#address_city : String | Nil
Create getter for the field
-
#address_state : String | Nil
Create getter for the field
-
#address_street : String | Nil
Create getter for the field
-
#address_zip : String | Nil
Create getter for the field
-
#interests : Array(String) | Nil
Create getter for the field
-
#skills : Array(String) | Nil
Create getter for the field
-
#tags : Array(String) | Nil
Create getter for the field
-
#user_bio : String | Nil
Create getter for the field
-
#user_email : String | Nil
Create getter for the field
-
#user_name : String | Nil
Create getter for the field