Class: Lifter::Config::Webhook

Inherits:
Struct
  • Object
show all
Defined in:
lib/lifter/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



3
4
5
# File 'lib/lifter/config.rb', line 3

def method
  @method
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



3
4
5
# File 'lib/lifter/config.rb', line 3

def url
  @url
end