Class: Gapic::Presenters::MethodPresenter::YieldParams
- Inherits:
-
Struct
- Object
- Struct
- Gapic::Presenters::MethodPresenter::YieldParams
- Defined in:
- lib/gapic/presenters/method_presenter.rb
Overview
Type for MethodPresenter#yield_params
Instance Attribute Summary collapse
-
#doc_types ⇒ Object
Returns the value of attribute doc_types.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#doc_types ⇒ Object
Returns the value of attribute doc_types
227 228 229 |
# File 'lib/gapic/presenters/method_presenter.rb', line 227 def doc_types @doc_types end |
#name ⇒ Object
Returns the value of attribute name
227 228 229 |
# File 'lib/gapic/presenters/method_presenter.rb', line 227 def name @name end |