Class: ViewComponent::Template::DataNoSource

Inherits:
Struct
  • Object
show all
Defined in:
lib/view_component/template.rb

Instance Attribute Summary collapse

Instance Attribute Details

#identifierObject

Returns the value of attribute identifier

Returns:

  • (Object)

    the current value of identifier



6
7
8
# File 'lib/view_component/template.rb', line 6

def identifier
  @identifier
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



6
7
8
# File 'lib/view_component/template.rb', line 6

def source
  @source
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



6
7
8
# File 'lib/view_component/template.rb', line 6

def type
  @type
end