Class: Kotoshu::SourceRegistry::Source
- Inherits:
-
Struct
- Object
- Struct
- Kotoshu::SourceRegistry::Source
- Defined in:
- lib/kotoshu/source_registry.rb
Instance Attribute Summary collapse
-
#default_pin ⇒ Object
Returns the value of attribute default_pin.
-
#repo ⇒ Object
Returns the value of attribute repo.
-
#template ⇒ Object
Returns the value of attribute template.
Instance Attribute Details
#default_pin ⇒ Object
Returns the value of attribute default_pin
16 17 18 |
# File 'lib/kotoshu/source_registry.rb', line 16 def default_pin @default_pin end |
#repo ⇒ Object
Returns the value of attribute repo
16 17 18 |
# File 'lib/kotoshu/source_registry.rb', line 16 def repo @repo end |
#template ⇒ Object
Returns the value of attribute template
16 17 18 |
# File 'lib/kotoshu/source_registry.rb', line 16 def template @template end |