Class: HelperModule::SimpleHttpContent
- Inherits:
-
Object
- Object
- HelperModule::SimpleHttpContent
show all
- Defined in:
- lib/helpers/simple_http_helper.rb
Instance Method Summary
collapse
Constructor Details
Returns a new instance of SimpleHttpContent.
108
109
110
111
|
# File 'lib/helpers/simple_http_helper.rb', line 108
def initialize(uri)
@uri = uri
= {}
end
|
Instance Method Details
125
126
127
|
# File 'lib/helpers/simple_http_helper.rb', line 125
def (params = {})
= params
end
|
#add_parameters(params = {}) ⇒ Object
117
118
119
|
# File 'lib/helpers/simple_http_helper.rb', line 117
def add_parameters(params = {})
raise NotImplementedError
end
|
#get_request ⇒ Object
113
114
115
|
# File 'lib/helpers/simple_http_helper.rb', line 113
def get_request
raise NotImplementedError
end
|
#get_request_klass ⇒ Object
121
122
123
|
# File 'lib/helpers/simple_http_helper.rb', line 121
def get_request_klass
raise NotImplementedError
end
|