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
51 52 53 |
# File 'app/lib/primer/forms/acts_as_component.rb', line 51 def format @format end |
#identifier ⇒ Object
Returns the value of attribute identifier
51 52 53 |
# File 'app/lib/primer/forms/acts_as_component.rb', line 51 def identifier @identifier end |
#source ⇒ Object
Returns the value of attribute source
51 52 53 |
# File 'app/lib/primer/forms/acts_as_component.rb', line 51 def source @source end |
#type ⇒ Object
Returns the value of attribute type
51 52 53 |
# File 'app/lib/primer/forms/acts_as_component.rb', line 51 def type @type end |