Class: ComponentParty::ViewModel

Inherits:
Object
  • Object
show all
Defined in:
lib/component_party/view_model.rb

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ViewModel

Returns a new instance of ViewModel.



3
4
5
# File 'lib/component_party/view_model.rb', line 3

def initialize(**args)
  generate_methods_from_hash(args)
end