Class: Asana::Resources::Typeahead
- Inherits:
-
TypeaheadBase
- Object
- Resource
- TypeaheadBase
- Asana::Resources::Typeahead
- Defined in:
- lib/asana/resources/typeahead.rb
Instance Attribute Summary collapse
- #gid ⇒ Object readonly
- #name ⇒ Object readonly
- #resource_type ⇒ Object readonly
Class Method Summary collapse
-
.plural_name ⇒ Object
Returns the plural name of the resource.
Methods inherited from TypeaheadBase
inherited, typeahead_for_workspace
Methods inherited from Resource
#initialize, #method_missing, #refresh, #respond_to_missing?, #to_h, #to_s
Methods included from ResponseHelper
Constructor Details
This class inherits a constructor from Asana::Resources::Resource
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Asana::Resources::Resource
Instance Attribute Details
#gid ⇒ Object (readonly)
8 9 10 |
# File 'lib/asana/resources/typeahead.rb', line 8 def gid @gid end |
#name ⇒ Object (readonly)
12 13 14 |
# File 'lib/asana/resources/typeahead.rb', line 12 def name @name end |
#resource_type ⇒ Object (readonly)
10 11 12 |
# File 'lib/asana/resources/typeahead.rb', line 10 def resource_type @resource_type end |
Class Method Details
.plural_name ⇒ Object
Returns the plural name of the resource.
16 17 18 |
# File 'lib/asana/resources/typeahead.rb', line 16 def plural_name 'typeahead' end |