Class: Pray::Config::PrayLocalConfig

Inherits:
Struct
  • Object
show all
Defined in:
lib/pray/config.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(package: {}, source: {}) ⇒ PrayLocalConfig

Returns a new instance of PrayLocalConfig.



14
15
16
# File 'lib/pray/config.rb', line 14

def initialize(package: {}, source: {})
  super
end

Instance Attribute Details

#packageObject

Returns the value of attribute package

Returns:

  • (Object)

    the current value of package



13
14
15
# File 'lib/pray/config.rb', line 13

def package
  @package
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



13
14
15
# File 'lib/pray/config.rb', line 13

def source
  @source
end