Class: Gdoc::Doc
- Inherits:
-
Object
- Object
- Gdoc::Doc
- Defined in:
- lib/gdoc/doc.rb
Instance Attribute Summary collapse
-
#desc ⇒ Object
Returns the value of attribute desc.
-
#method ⇒ Object
Returns the value of attribute method.
-
#name ⇒ Object
Returns the value of attribute name.
-
#ok ⇒ Object
Returns the value of attribute ok.
-
#params ⇒ Object
Returns the value of attribute params.
Instance Attribute Details
#desc ⇒ Object
Returns the value of attribute desc.
4 5 6 |
# File 'lib/gdoc/doc.rb', line 4 def desc @desc end |
#method ⇒ Object
Returns the value of attribute method.
4 5 6 |
# File 'lib/gdoc/doc.rb', line 4 def method @method end |
#name ⇒ Object
Returns the value of attribute name.
4 5 6 |
# File 'lib/gdoc/doc.rb', line 4 def name @name end |
#ok ⇒ Object
Returns the value of attribute ok.
4 5 6 |
# File 'lib/gdoc/doc.rb', line 4 def ok @ok end |
#params ⇒ Object
Returns the value of attribute params.
4 5 6 |
# File 'lib/gdoc/doc.rb', line 4 def params @params end |