Module: Taroko::Drucker

Defined in:
lib/taroko/drucker.rb,
lib/taroko/drucker/event.rb,
lib/taroko/drucker/version.rb

Defined Under Namespace

Classes: Event

Constant Summary collapse

VERSION =
"0.1.2"

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.project_idObject

Returns the value of attribute project_id.



8
9
10
# File 'lib/taroko/drucker.rb', line 8

def project_id
  @project_id
end

Class Method Details

.setup {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:



10
11
12
# File 'lib/taroko/drucker.rb', line 10

def setup
  yield self
end