Class: Property

Inherits:
Base
  • Object
show all
Defined in:
lib/libisi/property.rb

Class Method Summary collapse

Methods inherited from Base

add_output, change, create_output, global_variable, global_variable=, init, load, output, output_endings, #output_types, type_from_ending

Class Method Details

.create(concept, val, options = {}) ⇒ Object



23
24
25
# File 'lib/libisi/property.rb', line 23

def self.create(concept, val, options = {})
  BaseProperty.new(concept, val)
end