Module: AccountComponent::Controls::Time
- Defined in:
- lib/account_component/controls/time.rb
Defined Under Namespace
Modules: Effective, ISO8601, Processed, Raw
Class Method Summary
collapse
Class Method Details
.example(time = nil) ⇒ Object
4
5
6
7
|
# File 'lib/account_component/controls/time.rb', line 4
def self.example(time=nil)
time ||= Raw.example
ISO8601.example(time)
end
|