Class: Fuci::TeamCity::Request
- Inherits:
-
Struct
- Object
- Struct
- Fuci::TeamCity::Request
- Defined in:
- lib/fuci/team_city/request.rb
Constant Summary collapse
- SCHEME =
'http'
Instance Attribute Summary collapse
-
#resource ⇒ Object
Returns the value of attribute resource.
Instance Method Summary collapse
Instance Attribute Details
#resource ⇒ Object
Returns the value of attribute resource
5 6 7 |
# File 'lib/fuci/team_city/request.rb', line 5 def resource @resource end |
Instance Method Details
#call ⇒ Object
8 9 10 11 |
# File 'lib/fuci/team_city/request.rb', line 8 def call request_obj.basic_auth username, password start.body end |