Module: TrueConf::Callable

Included in:
Entity::Invitation, Entity::Record, Entity::Schedule, Entity::User, Error, ErrorDetail
Defined in:
lib/true-conf/callable.rb

Instance Method Summary collapse

Instance Method Details

#call(*args) ⇒ Object Also known as: []



5
6
7
# File 'lib/true-conf/callable.rb', line 5

def call(*args)
  new(*args)
end