Class: Ariadne::Forms::ActsAsComponent::TemplateParams
- Inherits:
-
Struct
- Object
- Struct
- Ariadne::Forms::ActsAsComponent::TemplateParams
- Defined in:
- lib/ariadne/forms/acts_as_component.rb
Instance Attribute Summary collapse
-
#format ⇒ Object
Returns the value of attribute format.
-
#identifier ⇒ Object
Returns the value of attribute identifier.
-
#source ⇒ Object
Returns the value of attribute source.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#format ⇒ Object
Returns the value of attribute format
50 51 52 |
# File 'lib/ariadne/forms/acts_as_component.rb', line 50 def format @format end |
#identifier ⇒ Object
Returns the value of attribute identifier
50 51 52 |
# File 'lib/ariadne/forms/acts_as_component.rb', line 50 def identifier @identifier end |
#source ⇒ Object
Returns the value of attribute source
50 51 52 |
# File 'lib/ariadne/forms/acts_as_component.rb', line 50 def source @source end |
#type ⇒ Object
Returns the value of attribute type
50 51 52 |
# File 'lib/ariadne/forms/acts_as_component.rb', line 50 def type @type end |