Class: Kotoshu::SourceRegistry::Source

Inherits:
Struct
  • Object
show all
Defined in:
lib/kotoshu/source_registry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#default_pinObject

Returns the value of attribute default_pin

Returns:

  • (Object)

    the current value of default_pin



16
17
18
# File 'lib/kotoshu/source_registry.rb', line 16

def default_pin
  @default_pin
end

#repoObject

Returns the value of attribute repo

Returns:

  • (Object)

    the current value of repo



16
17
18
# File 'lib/kotoshu/source_registry.rb', line 16

def repo
  @repo
end

#templateObject

Returns the value of attribute template

Returns:

  • (Object)

    the current value of template



16
17
18
# File 'lib/kotoshu/source_registry.rb', line 16

def template
  @template
end