Class: Docco::Info

Inherits:
Data
  • Object
show all
Defined in:
lib/docco.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject (readonly)

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



33
34
35
# File 'lib/docco.rb', line 33

def description
  @description
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



33
34
35
# File 'lib/docco.rb', line 33

def name
  @name
end

#repo_urlObject (readonly)

Returns the value of attribute repo_url

Returns:

  • (Object)

    the current value of repo_url



33
34
35
# File 'lib/docco.rb', line 33

def repo_url
  @repo_url
end

#summaryObject (readonly)

Returns the value of attribute summary

Returns:

  • (Object)

    the current value of summary



33
34
35
# File 'lib/docco.rb', line 33

def summary
  @summary
end