Class: Takagi::Plugin::PluginInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/takagi/plugin.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dependenciesObject

Returns the value of attribute dependencies

Returns:

  • (Object)

    the current value of dependencies



9
10
11
# File 'lib/takagi/plugin.rb', line 9

def dependencies
  @dependencies
end

#enabledObject

Returns the value of attribute enabled

Returns:

  • (Object)

    the current value of enabled



9
10
11
# File 'lib/takagi/plugin.rb', line 9

def enabled
  @enabled
end

#metadataObject

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



9
10
11
# File 'lib/takagi/plugin.rb', line 9

def 
  @metadata
end

#moduleObject

Returns the value of attribute module

Returns:

  • (Object)

    the current value of module



9
10
11
# File 'lib/takagi/plugin.rb', line 9

def module
  @module
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/takagi/plugin.rb', line 9

def name
  @name
end

#requiresObject

Returns the value of attribute requires

Returns:

  • (Object)

    the current value of requires



9
10
11
# File 'lib/takagi/plugin.rb', line 9

def requires
  @requires
end