Class: Esp::Plugins::Entry
- Inherits:
-
Struct
- Object
- Struct
- Esp::Plugins::Entry
- Defined in:
- lib/esp/plugins.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#label ⇒ Object
Returns the value of attribute label.
-
#operations ⇒ Object
Returns the value of attribute operations.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
19 20 21 |
# File 'lib/esp/plugins.rb', line 19 def id @id end |
#label ⇒ Object
Returns the value of attribute label
19 20 21 |
# File 'lib/esp/plugins.rb', line 19 def label @label end |
#operations ⇒ Object
Returns the value of attribute operations
19 20 21 |
# File 'lib/esp/plugins.rb', line 19 def operations @operations end |