Method: Puppet::Type#line

Defined in:
lib/puppet/type.rb

#lineInteger

Returns The line in #file from which this type originates from.

Returns:

  • (Integer)

    The line in #file from which this type originates from



2265
2266
2267
# File 'lib/puppet/type.rb', line 2265

def line
  @line
end