Class: Scalarium::Application

Inherits:
Object
  • Object
show all
Defined in:
lib/scalarium/application.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#emailObject

Returns the value of attribute email.



3
4
5
# File 'lib/scalarium/application.rb', line 3

def email
  @email
end

#passwordObject

Returns the value of attribute password.



3
4
5
# File 'lib/scalarium/application.rb', line 3

def password
  @password
end

#slugObject

Returns the value of attribute slug.



3
4
5
# File 'lib/scalarium/application.rb', line 3

def slug
  @slug
end

Instance Method Details

#config {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:



13
14
15
# File 'lib/scalarium/application.rb', line 13

def config
  yield(self)
end