Class: PuppetfileResolver::Puppetfile::SvnModule
- Inherits:
 - 
      BaseModule
      
        
- Object
 - BaseModule
 - PuppetfileResolver::Puppetfile::SvnModule
 
 
- Defined in:
 - lib/puppetfile-resolver/puppetfile/svn_module.rb
 
Instance Attribute Summary collapse
- 
  
    
      #remote  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute remote.
 
Attributes inherited from BaseModule
#location, #module_type, #name, #owner, #resolver_flags, #title, #version
Instance Method Summary collapse
- 
  
    
      #initialize(title)  ⇒ SvnModule 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of SvnModule.
 
Methods inherited from BaseModule
Constructor Details
#initialize(title) ⇒ SvnModule
Returns a new instance of SvnModule.
      10 11 12 13  | 
    
      # File 'lib/puppetfile-resolver/puppetfile/svn_module.rb', line 10 def initialize(title) super @module_type = SVN_MODULE end  | 
  
Instance Attribute Details
#remote ⇒ Object
Returns the value of attribute remote.
      8 9 10  | 
    
      # File 'lib/puppetfile-resolver/puppetfile/svn_module.rb', line 8 def remote @remote end  |