module DreamingGod

Constants

VERSION

Public Class Methods

dream() click to toggle source
# File lib/dreaming_god.rb, line 19
def self.dream
  Alexagram.raw_json = @raw_json
  session = Alexagram.session
  
  @dream_session = DreamingGod::Session.new(session)
  @dream_session.imagine(Alexagram.request)
end
raw_json() click to toggle source
# File lib/dreaming_god.rb, line 10
def self.raw_json
  @raw_json
end
raw_json=(json) click to toggle source
# File lib/dreaming_god.rb, line 15
def self.raw_json= json
  @raw_json = json
end