Class: PuppetfileResolver::Puppetfile::SvnModule

Inherits:
BaseModule
  • Object
show all
Defined in:
lib/puppetfile-resolver/puppetfile/svn_module.rb

Instance Attribute Summary collapse

Attributes inherited from BaseModule

#location, #module_type, #name, #owner, #resolver_flags, #title, #version

Instance Method Summary collapse

Methods inherited from BaseModule

#to_s

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

#remoteObject

Returns the value of attribute remote.



8
9
10
# File 'lib/puppetfile-resolver/puppetfile/svn_module.rb', line 8

def remote
  @remote
end