Module: Messaging::Controls::Properties
- Defined in:
- lib/messaging/controls/properties.rb
Defined Under Namespace
Modules: SomeLocalProperty, SomeProperty
Class Method Summary
collapse
Class Method Details
.data ⇒ Object
11
12
13
14
15
16
|
# File 'lib/messaging/controls/properties.rb', line 11
def self.data
[
SomeProperty.data,
SomeLocalProperty.data
]
end
|
.example ⇒ Object
4
5
6
7
8
9
|
# File 'lib/messaging/controls/properties.rb', line 4
def self.example
[
SomeProperty.example,
SomeLocalProperty.example
]
end
|