5
6
7
8
9
10
11
12
13
|
# File 'lib/account_component/controls/commands/open.rb', line 5
def self.example
open = AccountComponent::Messages::Commands::Open.build
open.account_id = Account.id
open.customer_id = Customer.id
open.time = Controls::Time::Effective.example
open
end
|