Class: Axn::Core::Contract::FieldConfig
- Inherits:
-
Data
- Object
- Data
- Axn::Core::Contract::FieldConfig
- Defined in:
- lib/axn/core/contract.rb
Instance Attribute Summary collapse
-
#default ⇒ Object
readonly
Returns the value of attribute default.
-
#field ⇒ Object
readonly
Returns the value of attribute field.
-
#metadata ⇒ Object
readonly
Returns the value of attribute metadata.
-
#preprocess ⇒ Object
readonly
Returns the value of attribute preprocess.
-
#sensitive ⇒ Object
readonly
Returns the value of attribute sensitive.
-
#validations ⇒ Object
readonly
Returns the value of attribute validations.
Instance Method Summary collapse
Instance Attribute Details
#default ⇒ Object (readonly)
Returns the value of attribute default
22 23 24 |
# File 'lib/axn/core/contract.rb', line 22 def default @default end |
#field ⇒ Object (readonly)
Returns the value of attribute field
22 23 24 |
# File 'lib/axn/core/contract.rb', line 22 def field @field end |
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata
22 23 24 |
# File 'lib/axn/core/contract.rb', line 22 def @metadata end |
#preprocess ⇒ Object (readonly)
Returns the value of attribute preprocess
22 23 24 |
# File 'lib/axn/core/contract.rb', line 22 def preprocess @preprocess end |
#sensitive ⇒ Object (readonly)
Returns the value of attribute sensitive
22 23 24 |
# File 'lib/axn/core/contract.rb', line 22 def sensitive @sensitive end |
#validations ⇒ Object (readonly)
Returns the value of attribute validations
22 23 24 |
# File 'lib/axn/core/contract.rb', line 22 def validations @validations end |
Instance Method Details
#description ⇒ Object
23 |
# File 'lib/axn/core/contract.rb', line 23 def description = [:description] |