Class: Axn::Core::ContractForSubfields::SubfieldConfig
- Inherits:
-
Data
- Object
- Data
- Axn::Core::ContractForSubfields::SubfieldConfig
- Defined in:
- lib/axn/core/contract_for_subfields.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.
-
#on ⇒ Object
readonly
Returns the value of attribute on.
-
#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
8 9 10 |
# File 'lib/axn/core/contract_for_subfields.rb', line 8 def default @default end |
#field ⇒ Object (readonly)
Returns the value of attribute field
8 9 10 |
# File 'lib/axn/core/contract_for_subfields.rb', line 8 def field @field end |
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata
8 9 10 |
# File 'lib/axn/core/contract_for_subfields.rb', line 8 def @metadata end |
#on ⇒ Object (readonly)
Returns the value of attribute on
8 9 10 |
# File 'lib/axn/core/contract_for_subfields.rb', line 8 def on @on end |
#preprocess ⇒ Object (readonly)
Returns the value of attribute preprocess
8 9 10 |
# File 'lib/axn/core/contract_for_subfields.rb', line 8 def preprocess @preprocess end |
#sensitive ⇒ Object (readonly)
Returns the value of attribute sensitive
8 9 10 |
# File 'lib/axn/core/contract_for_subfields.rb', line 8 def sensitive @sensitive end |
#validations ⇒ Object (readonly)
Returns the value of attribute validations
8 9 10 |
# File 'lib/axn/core/contract_for_subfields.rb', line 8 def validations @validations end |
Instance Method Details
#description ⇒ Object
9 |
# File 'lib/axn/core/contract_for_subfields.rb', line 9 def description = [:description] |