Class: ViewComponent::InlineTemplate::Template

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

Instance Attribute Summary collapse

Instance Attribute Details

#languageObject

Returns the value of attribute language

Returns:

  • (Object)

    the current value of language



7
8
9
# File 'lib/view_component/inline_template.rb', line 7

def language
  @language
end

#linenoObject

Returns the value of attribute lineno

Returns:

  • (Object)

    the current value of lineno



7
8
9
# File 'lib/view_component/inline_template.rb', line 7

def lineno
  @lineno
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



7
8
9
# File 'lib/view_component/inline_template.rb', line 7

def path
  @path
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



7
8
9
# File 'lib/view_component/inline_template.rb', line 7

def source
  @source
end