Module: HubotGf::Config

Extended by:
Config
Included in:
Config
Defined in:
lib/hubotgf/config.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#hubot_urlObject

Returns the value of attribute hubot_url.



5
6
7
# File 'lib/hubotgf/config.rb', line 5

def hubot_url
  @hubot_url
end

#performObject

Returns the value of attribute perform.



5
6
7
# File 'lib/hubotgf/config.rb', line 5

def perform
  @perform
end

#performerObject

Returns the value of attribute performer.



5
6
7
# File 'lib/hubotgf/config.rb', line 5

def performer
  @performer
end

Instance Method Details

#configure {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:



7
8
9
# File 'lib/hubotgf/config.rb', line 7

def configure
  yield self
end