Class: PropertiesRequest
- Defined in:
- lib/refworks/properties/properties_request.rb
Direct Known Subclasses
PropertiesEncodingRequest, PropertiesFieldlabelsRequest, PropertiesLanguagesRequest, PropertiesOutputlanguageRequest, PropertiesSortlocalesRequest, PropertiesSourcetypesRequest, PropertiesTypelabelsRequest
Class Method Summary collapse
Methods inherited from Request
generate_signature, http_request_verb
Class Method Details
.call_class ⇒ Object
2 3 4 |
# File 'lib/refworks/properties/properties_request.rb', line 2 def self.call_class "properties" end |
.generate_class_params(params) ⇒ Object
6 7 8 9 10 11 12 13 14 |
# File 'lib/refworks/properties/properties_request.rb', line 6 def self.generate_class_params(params) # handle params common to all Properties calls class_name = call_class() # query parameters common to all Properties calls { :class => class_name, } end |