Class: Twitter::RESTMethodSpec
- Inherits:
-
Object
- Object
- Twitter::RESTMethodSpec
- Includes:
- ClassUtilMixin
- Defined in:
- lib/vendor/twitter/lib/twitter/core.rb
Overview
Remote REST API method representation
Instance Attribute Summary collapse
-
#method ⇒ Object
Returns the value of attribute method.
-
#parameters ⇒ Object
Returns the value of attribute parameters.
-
#uri ⇒ Object
Returns the value of attribute uri.
Method Summary
Methods included from ClassUtilMixin
Instance Attribute Details
#method ⇒ Object
Returns the value of attribute method.
127 128 129 |
# File 'lib/vendor/twitter/lib/twitter/core.rb', line 127 def method @method end |
#parameters ⇒ Object
Returns the value of attribute parameters.
127 128 129 |
# File 'lib/vendor/twitter/lib/twitter/core.rb', line 127 def parameters @parameters end |
#uri ⇒ Object
Returns the value of attribute uri.
127 128 129 |
# File 'lib/vendor/twitter/lib/twitter/core.rb', line 127 def uri @uri end |