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.2.3"

Instance Method Summary collapse

Instance Method Details

#ib_action(name) ⇒ Object



17
18
# File 'lib/ib/outlets.rb', line 17

def ib_action name
end

#ib_outlet(name, type = "id") ⇒ Object



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

def ib_outlet name, type = "id"
end

#ib_outlet_collection(name, type = "id") ⇒ Object



10
11
# File 'lib/ib/outlets.rb', line 10

def ib_outlet_collection name, type = "id"
end

#outlet(name, type = "id") ⇒ Object



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

def outlet name, type = "id"
  attr_accessor name
end

#outlet_collection(name, type = "id") ⇒ Object



13
14
15
# File 'lib/ib/outlets.rb', line 13

def outlet_collection name, type = "id"
  attr_accessor name
end