Class: LucidIntercom::Events::Base
- Inherits:
-
Object
- Object
- LucidIntercom::Events::Base
show all
- Defined in:
- lib/lucid_intercom/events/base.rb
Instance Attribute Summary collapse
Instance Method Summary
collapse
Constructor Details
#initialize(shop_attributes, credentials = LucidIntercom.credentials) ⇒ Base
Returns a new instance of Base.
12
13
14
15
|
# File 'lib/lucid_intercom/events/base.rb', line 12
def initialize(shop_attributes, credentials = LucidIntercom.credentials)
@credentials = credentials
@shop_attributes = shop_attributes
end
|
Instance Attribute Details
18
19
20
|
# File 'lib/lucid_intercom/events/base.rb', line 18
def credentials
@credentials
end
|
#shop_attributes ⇒ Hash
20
21
22
|
# File 'lib/lucid_intercom/events/base.rb', line 20
def shop_attributes
@shop_attributes
end
|