Class: Twitter::RESTParameterSpec
- Inherits:
-
Object
- Object
- Twitter::RESTParameterSpec
- Includes:
- ClassUtilMixin
- Defined in:
- lib/vendor/twitter/lib/twitter/core.rb
Overview
Remote REST API method parameter representation
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#required ⇒ Object
Returns the value of attribute required.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
Methods included from ClassUtilMixin
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
134 135 136 |
# File 'lib/vendor/twitter/lib/twitter/core.rb', line 134 def name @name end |
#required ⇒ Object
Returns the value of attribute required.
134 135 136 |
# File 'lib/vendor/twitter/lib/twitter/core.rb', line 134 def required @required end |
#type ⇒ Object
Returns the value of attribute type.
134 135 136 |
# File 'lib/vendor/twitter/lib/twitter/core.rb', line 134 def type @type end |
Instance Method Details
#required? ⇒ Boolean
135 |
# File 'lib/vendor/twitter/lib/twitter/core.rb', line 135 def required?; @required; end |