Method: Messaging::Controls::Properties::Random.example

Defined in:
lib/messaging/controls/properties.rb

.exampleObject



21
22
23
24
25
# File 'lib/messaging/controls/properties.rb', line 21

def self.example
  {
    SomeProperty.name => SomeProperty.value
  }
end