Class: YARD::CLI::GraphOptions
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: | |
| Instance Chain: | |
| Inherits: | YARD::Templates::TemplateOptions 
 | 
| Defined in: | lib/yard/cli/graph.rb | 
Overview
::YARD::Options to pass to the Graph ::YARD::CLI.
Class Method Summary
::YARD::Options - Inherited
| .default_attr | Defines an attribute named  | 
Instance Attribute Summary
::YARD::Templates::TemplateOptions - Inherited
Instance Method Summary
::YARD::Templates::TemplateOptions - Inherited
::YARD::Options - Inherited
| #==, | |
| #[] | Delegates calls with  | 
| #[]= | Delegates setter calls with  | 
| #delete | Deletes an option value for  | 
| #each | Yields over every option key and value. | 
| #inspect | Inspects the object. | 
| #merge | Creates a new options object and sets options hash or object value onto that object. | 
| #method_missing | Handles setting and accessing of unregistered keys similar to an  | 
| #reset_defaults | Resets all values to their defaults. | 
| #tap | only for 1.8.6. | 
| #to_hash, | |
| #update | Updates values from an options hash or options object on this object. | 
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class YARD::Options
Instance Attribute Details
#contents ⇒ String (rw)
# File 'lib/yard/cli/graph.rb', line 16
attr_accessor :contents
    #dependencies  ⇒ Boolean  (rw)
  
# File 'lib/yard/cli/graph.rb', line 13
attr_accessor :dependencies
    #full  ⇒ Boolean  (rw)
  
# File 'lib/yard/cli/graph.rb', line 10
attr_accessor :full
Instance Method Details
    #format  ⇒ :dot 
  
# File 'lib/yard/cli/graph.rb', line 7
default_attr :format, :dot