Class: CP::OptionsStruct

Inherits:
Object show all
Defined in:
lib/cp/options_struct.rb

Class Method Summary collapse

Class Method Details

.new(*properties) ⇒ Object



3
4
5
# File 'lib/cp/options_struct.rb', line 3

def self.new( *properties )
  Struct.new( "Options", *properties ).new
end