Module: IB

Defined in:
lib/ib.rb,
lib/ib/tasks.rb,
lib/ib/outlets.rb,
lib/ib/version.rb,
lib/ib/dependency_resolver.rb,
lib/ib/generator/rendering_helper.rb

Defined Under Namespace

Classes: DependencyResolver, Generator, OCInterface, Parser, Project, RakeTask

Constant Summary collapse

VERSION =
'1.0.1'

Instance Method Summary collapse

Instance Method Details

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



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

def ib_action name, type = "id"
end

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



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

def ib_outlet name, type = "id"
end

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



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

def ib_outlet_collection name, type = "id"
end

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



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

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

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



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

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