Class: Argible::MethodDefinition
- Inherits:
-
Object
- Object
- Argible::MethodDefinition
- Defined in:
- lib/argible/method_definition.rb
Overview
defines information about the method being annotated
Instance Attribute Summary collapse
-
#arguments ⇒ Object
Returns the value of attribute arguments.
-
#name ⇒ Object
:nodoc:.
-
#options ⇒ Object
:nodoc:.
Instance Method Summary collapse
-
#initialize(options) ⇒ MethodDefinition
constructor
A new instance of MethodDefinition.
Constructor Details
#initialize(options) ⇒ MethodDefinition
Returns a new instance of MethodDefinition.
8 9 10 |
# File 'lib/argible/method_definition.rb', line 8 def initialize() @options = end |
Instance Attribute Details
#arguments ⇒ Object
Returns the value of attribute arguments.
6 7 8 |
# File 'lib/argible/method_definition.rb', line 6 def arguments @arguments end |
#name ⇒ Object
:nodoc:
5 6 7 |
# File 'lib/argible/method_definition.rb', line 5 def name @name end |
#options ⇒ Object
:nodoc:
5 6 7 |
# File 'lib/argible/method_definition.rb', line 5 def @options end |