Class: Appilf::DomainTrait

Inherits:
AppilfObject show all
Defined in:
lib/appilf/domain_trait.rb

Instance Attribute Summary

Attributes inherited from AppilfObject

#item_data, #links, #meta

Instance Method Summary collapse

Methods inherited from AppilfObject

#add_relationships, #init_meta_data, #method_missing, #respond_to_missing?

Constructor Details

#initialize(domain_trait_hash) ⇒ DomainTrait

Returns a new instance of DomainTrait.



5
6
7
# File 'lib/appilf/domain_trait.rb', line 5

def initialize(domain_trait_hash)
  super
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Appilf::AppilfObject