Class: AuthLh::ExternalAppExtended

Inherits:
Object
  • Object
show all
Defined in:
lib/auth_lh/external_app_extended.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}) ⇒ ExternalAppExtended

Returns a new instance of ExternalAppExtended.



5
6
7
8
9
# File 'lib/auth_lh/external_app_extended.rb', line 5

def initialize(attributes={})
  attributes.each do |k,v|
    self.send("#{k}=", v)
  end
end

Instance Attribute Details

#codeObject

Returns the value of attribute code.



3
4
5
# File 'lib/auth_lh/external_app_extended.rb', line 3

def code
  @code
end

#descriptionObject

Returns the value of attribute description.



3
4
5
# File 'lib/auth_lh/external_app_extended.rb', line 3

def description
  @description
end

#is_localObject

Returns the value of attribute is_local.



3
4
5
# File 'lib/auth_lh/external_app_extended.rb', line 3

def is_local
  @is_local
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/auth_lh/external_app_extended.rb', line 3

def name
  @name
end

#urlObject

Returns the value of attribute url.



3
4
5
# File 'lib/auth_lh/external_app_extended.rb', line 3

def url
  @url
end