Class: Overapp::ConfigEntry

Inherits:
Object show all
Includes:
FromHash
Defined in:
lib/overapp/project/config_entry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptorObject

Returns the value of attribute descriptor.



4
5
6
# File 'lib/overapp/project/config_entry.rb', line 4

def descriptor
  @descriptor
end

#entry_opsObject

Returns the value of attribute entry_ops.



4
5
6
# File 'lib/overapp/project/config_entry.rb', line 4

def entry_ops
  @entry_ops
end

#typeObject

Returns the value of attribute type.



4
5
6
# File 'lib/overapp/project/config_entry.rb', line 4

def type
  @type
end