Class: Asana::Resources::ProjectBrief
Instance Attribute Summary collapse
Class Method Summary
collapse
create_project_brief, delete_project_brief, get_project_brief, inherited, update_project_brief
Methods inherited from Resource
#initialize, #method_missing, #refresh, #respond_to_missing?, #to_h, #to_s
#parse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
in the class Asana::Resources::Resource
Instance Attribute Details
#gid ⇒ Object
8
9
10
|
# File 'lib/asana/resources/project_brief.rb', line 8
def gid
@gid
end
|
#html_text ⇒ Object
12
13
14
|
# File 'lib/asana/resources/project_brief.rb', line 12
def html_text
@html_text
end
|
#permalink_url ⇒ Object
16
17
18
|
# File 'lib/asana/resources/project_brief.rb', line 16
def permalink_url
@permalink_url
end
|
#project ⇒ Object
18
19
20
|
# File 'lib/asana/resources/project_brief.rb', line 18
def project
@project
end
|
#resource_type ⇒ Object
10
11
12
|
# File 'lib/asana/resources/project_brief.rb', line 10
def resource_type
@resource_type
end
|
#text ⇒ Object
20
21
22
|
# File 'lib/asana/resources/project_brief.rb', line 20
def text
@text
end
|
#title ⇒ Object
14
15
16
|
# File 'lib/asana/resources/project_brief.rb', line 14
def title
@title
end
|
Class Method Details
.plural_name ⇒ Object
Returns the plural name of the resource.
24
25
26
|
# File 'lib/asana/resources/project_brief.rb', line 24
def plural_name
'project_briefs'
end
|