Class: Ariadne::Forms::ActsAsComponent::TemplateParams

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

Instance Attribute Summary collapse

Instance Attribute Details

#formatObject

Returns the value of attribute format

Returns:

  • (Object)

    the current value of format



50
51
52
# File 'lib/ariadne/forms/acts_as_component.rb', line 50

def format
  @format
end

#identifierObject

Returns the value of attribute identifier

Returns:

  • (Object)

    the current value of identifier



50
51
52
# File 'lib/ariadne/forms/acts_as_component.rb', line 50

def identifier
  @identifier
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



50
51
52
# File 'lib/ariadne/forms/acts_as_component.rb', line 50

def source
  @source
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



50
51
52
# File 'lib/ariadne/forms/acts_as_component.rb', line 50

def type
  @type
end