Module: IB

Defined in:
lib/ib.rb,
lib/ib/outlets.rb,
lib/ib/version.rb

Defined Under Namespace

Classes: Generator, Parser, Project

Constant Summary collapse

VERSION =
"0.1.1"

Instance Method Summary collapse

Instance Method Details

#ib_action(name) ⇒ Object



7
8
# File 'lib/ib/outlets.rb', line 7

def ib_action name
end

#ib_outlet(name, type) ⇒ Object



3
4
5
# File 'lib/ib/outlets.rb', line 3

def ib_outlet name, type
  # maybe call attr_accessor here?
end