Method: Puppet::Pops::Types::PAnyType#roundtrip_with_string?

Defined in:
lib/puppet/pops/types/types.rb

#roundtrip_with_string?Boolean

Answers the question if instances of this type can represent themselves as a string that can then be passed to the create method

Returns:

  • (Boolean)

    whether or not the instance has a canonical string representation



349
350
351
# File 'lib/puppet/pops/types/types.rb', line 349

def roundtrip_with_string?
  false
end