Method: Puppet::Pops::Types::PObjectType::PAnnotatedMember#type

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

#typePAnyType (readonly)

Returns the type of this member.

Returns:

  • (PAnyType)

    the type of this member



116
117
118
# File 'lib/puppet/pops/types/p_object_type.rb', line 116

def type
  @type
end