Class: Asana::Resources::ProjectBrief

Inherits:
ProjectBriefsBase show all
Defined in:
lib/asana/resources/project_brief.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Methods inherited from ProjectBriefsBase

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

Methods included from ResponseHelper

#parse

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

#gidObject (readonly)



8
9
10
# File 'lib/asana/resources/project_brief.rb', line 8

def gid
  @gid
end

#html_textObject (readonly)



12
13
14
# File 'lib/asana/resources/project_brief.rb', line 12

def html_text
  @html_text
end


16
17
18
# File 'lib/asana/resources/project_brief.rb', line 16

def permalink_url
  @permalink_url
end

#projectObject (readonly)



18
19
20
# File 'lib/asana/resources/project_brief.rb', line 18

def project
  @project
end

#resource_typeObject (readonly)



10
11
12
# File 'lib/asana/resources/project_brief.rb', line 10

def resource_type
  @resource_type
end

#textObject (readonly)



20
21
22
# File 'lib/asana/resources/project_brief.rb', line 20

def text
  @text
end

#titleObject (readonly)



14
15
16
# File 'lib/asana/resources/project_brief.rb', line 14

def title
  @title
end

Class Method Details

.plural_nameObject

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