Class: Cloudrider::Apiv1::IntroductoryLobbyComponent::Context

Inherits:
Object
  • Object
show all
Defined in:
lib/cloudrider/apiv1/introductory_lobby_component.rb

Instance Method Summary collapse

Instance Method Details

#about_usObject



9
10
11
# File 'lib/cloudrider/apiv1/introductory_lobby_component.rb', line 9

def about_us
  "But, like most politicians, he promised more than he could deliver. We need rest. The spirit is willing, but the flesh is spongy and bruised. We'll go deliver this crate like professionals, and then we'll go home. Oh, I think we should just stay friends. Bender, you risked your life to save me! I haven't felt much of anything since my guinea pig died."
end

#about_us_sentencesObject



6
7
8
# File 'lib/cloudrider/apiv1/introductory_lobby_component.rb', line 6

def about_us_sentences
  about_us.split(/\.\s*/)
end

#lobby_styleObject



3
4
5
# File 'lib/cloudrider/apiv1/introductory_lobby_component.rb', line 3

def lobby_style
  :center_plain
end