Class: Gdoc::Doc

Inherits:
Object
  • Object
show all
Defined in:
lib/gdoc/doc.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descObject

Returns the value of attribute desc.



4
5
6
# File 'lib/gdoc/doc.rb', line 4

def desc
  @desc
end

#methodObject

Returns the value of attribute method.



4
5
6
# File 'lib/gdoc/doc.rb', line 4

def method
  @method
end

#nameObject

Returns the value of attribute name.



4
5
6
# File 'lib/gdoc/doc.rb', line 4

def name
  @name
end

#okObject

Returns the value of attribute ok.



4
5
6
# File 'lib/gdoc/doc.rb', line 4

def ok
  @ok
end

#paramsObject

Returns the value of attribute params.



4
5
6
# File 'lib/gdoc/doc.rb', line 4

def params
  @params
end