Class: Conjur::Policy::Doc::Operation

Inherits:
Struct
  • Object
show all
Defined in:
lib/conjur/policy/doc.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attributesObject

Returns the value of attribute attributes

Returns:

  • (Object)

    the current value of attributes



6
7
8
# File 'lib/conjur/policy/doc.rb', line 6

def attributes
  @attributes
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



6
7
8
# File 'lib/conjur/policy/doc.rb', line 6

def description
  @description
end

#exampleObject

Returns the value of attribute example

Returns:

  • (Object)

    the current value of example



6
7
8
# File 'lib/conjur/policy/doc.rb', line 6

def example
  @example
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



6
7
8
# File 'lib/conjur/policy/doc.rb', line 6

def id
  @id
end

#super_idObject

Returns the value of attribute super_id

Returns:

  • (Object)

    the current value of super_id



6
7
8
# File 'lib/conjur/policy/doc.rb', line 6

def super_id
  @super_id
end