Class: Firebrew::Firefox::Profile

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Model
Defined in:
lib/firebrew/firefox/profile.rb

Defined Under Namespace

Classes: Manager

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#is_defaultObject

Returns the value of attribute is_default.



50
51
52
# File 'lib/firebrew/firefox/profile.rb', line 50

def is_default
  @is_default
end

#nameObject

Returns the value of attribute name.



50
51
52
# File 'lib/firebrew/firefox/profile.rb', line 50

def name
  @name
end

#pathObject

Returns the value of attribute path.



50
51
52
# File 'lib/firebrew/firefox/profile.rb', line 50

def path
  @path
end

Instance Method Details

#extensionsObject



52
53
54
# File 'lib/firebrew/firefox/profile.rb', line 52

def extensions
  Extension::Manager.new(profile: self)
end