Class: Esp::Plugins::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/esp/plugins.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



19
20
21
# File 'lib/esp/plugins.rb', line 19

def id
  @id
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



19
20
21
# File 'lib/esp/plugins.rb', line 19

def label
  @label
end

#operationsObject

Returns the value of attribute operations

Returns:

  • (Object)

    the current value of operations



19
20
21
# File 'lib/esp/plugins.rb', line 19

def operations
  @operations
end