Class: Heroku::Conn::APIRequest
- Inherits:
-
Struct
- Object
- Struct
- Heroku::Conn::APIRequest
- Defined in:
- lib/heroku/conn.rb
Instance Attribute Summary collapse
-
#end_point ⇒ Object
Returns the value of attribute end_point.
-
#method ⇒ Object
Returns the value of attribute method.
Instance Attribute Details
#end_point ⇒ Object
Returns the value of attribute end_point
9 10 11 |
# File 'lib/heroku/conn.rb', line 9 def end_point @end_point end |
#method ⇒ Object
Returns the value of attribute method
9 10 11 |
# File 'lib/heroku/conn.rb', line 9 def method @method end |