Class: DGet::GoogleCodeDoc

Inherits:
Object show all
Includes:
DGet
Defined in:
lib/dget/googlecode.rb

Constant Summary

Constants included from DGet

GC, GH, VERSION

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from DGet

#N, cli, parse_args

Constructor Details

#initialize(project_name) ⇒ GoogleCodeDoc

Returns a new instance of GoogleCodeDoc.



11
12
13
# File 'lib/dget/googlecode.rb', line 11

def initialize project_name
  @project_name = project_name
end

Instance Attribute Details

#pagesObject (readonly)

Returns the value of attribute pages.



9
10
11
# File 'lib/dget/googlecode.rb', line 9

def pages
  @pages
end

#project_nameObject (readonly)

Returns the value of attribute project_name.



9
10
11
# File 'lib/dget/googlecode.rb', line 9

def project_name
  @project_name
end

#root_docObject (readonly)

Returns the value of attribute root_doc.



9
10
11
# File 'lib/dget/googlecode.rb', line 9

def root_doc
  @root_doc
end