Class: Primer::Forms::ActsAsComponent::TemplateParams
- Inherits:
-
Struct
- Object
- Struct
- Primer::Forms::ActsAsComponent::TemplateParams
- Defined in:
- app/lib/primer/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
40 41 42 |
# File 'app/lib/primer/forms/acts_as_component.rb', line 40 def format @format end |
#identifier ⇒ Object
Returns the value of attribute identifier
40 41 42 |
# File 'app/lib/primer/forms/acts_as_component.rb', line 40 def identifier @identifier end |
#source ⇒ Object
Returns the value of attribute source
40 41 42 |
# File 'app/lib/primer/forms/acts_as_component.rb', line 40 def source @source end |
#type ⇒ Object
Returns the value of attribute type
40 41 42 |
# File 'app/lib/primer/forms/acts_as_component.rb', line 40 def type @type end |