Class: Heroku::Conn::APIRequest

Inherits:
Struct
  • Object
show all
Defined in:
lib/heroku/conn.rb

Instance Attribute Summary collapse

Instance Attribute Details

#end_pointObject

Returns the value of attribute end_point

Returns:

  • (Object)

    the current value of end_point



9
10
11
# File 'lib/heroku/conn.rb', line 9

def end_point
  @end_point
end

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



9
10
11
# File 'lib/heroku/conn.rb', line 9

def method
  @method
end