Class: Qwerly::QwerlyBase

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

Direct Known Subclasses

Profile, Services

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(key) ⇒ QwerlyBase

Returns a new instance of QwerlyBase.



10
11
12
# File 'lib/qwerly.rb', line 10

def initialize(key)
  @key = key
end

Instance Attribute Details

#keyObject

Returns the value of attribute key.



8
9
10
# File 'lib/qwerly.rb', line 8

def key
  @key
end