Class: Yattho::Forms::ActsAsComponent::TemplateParams

Inherits:
Struct
  • Object
show all
Defined in:
lib/yattho/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



41
42
43
# File 'lib/yattho/forms/acts_as_component.rb', line 41

def format
  @format
end

#identifierObject

Returns the value of attribute identifier

Returns:

  • (Object)

    the current value of identifier



41
42
43
# File 'lib/yattho/forms/acts_as_component.rb', line 41

def identifier
  @identifier
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



41
42
43
# File 'lib/yattho/forms/acts_as_component.rb', line 41

def source
  @source
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



41
42
43
# File 'lib/yattho/forms/acts_as_component.rb', line 41

def type
  @type
end