Class: ApiDiff::Parser
- Inherits:
-
Object
- Object
- ApiDiff::Parser
- Defined in:
- lib/api_diff/parser.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#api ⇒ Object
readonly
Returns the value of attribute api.
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Parser
constructor
A new instance of Parser.
Constructor Details
Instance Attribute Details
#api ⇒ Object (readonly)
Returns the value of attribute api.
3 4 5 |
# File 'lib/api_diff/parser.rb', line 3 def api @api end |