Class: Ofsys::DefaultConfig

Inherits:
Struct
  • Object
show all
Defined in:
lib/ofsys/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#id_keyObject

Returns the value of attribute id_key

Returns:

  • (Object)

    the current value of id_key



2
3
4
# File 'lib/ofsys/config.rb', line 2

def id_key
  @id_key
end

#id_projectObject

Returns the value of attribute id_project

Returns:

  • (Object)

    the current value of id_project



2
3
4
# File 'lib/ofsys/config.rb', line 2

def id_project
  @id_project
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



2
3
4
# File 'lib/ofsys/config.rb', line 2

def key
  @key
end