Class: Panda::CMS::Features::Feature

Inherits:
Struct
  • Object
show all
Defined in:
lib/panda/cms/features.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



8
9
10
# File 'lib/panda/cms/features.rb', line 8

def name
  @name
end

#providerObject

Returns the value of attribute provider

Returns:

  • (Object)

    the current value of provider



8
9
10
# File 'lib/panda/cms/features.rb', line 8

def provider
  @provider
end