Class: Primer::Forms::ActsAsComponent::TemplateParams

Inherits:
Struct
  • Object
show all
Defined in:
app/lib/primer/forms/acts_as_component.rb

Instance Attribute Summary collapse

Instance Attribute Details

#format ⇒ Object

Returns the value of attribute format

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of type



40
41
42
# File 'app/lib/primer/forms/acts_as_component.rb', line 40

def type
  @type
end