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