Module: Eco::API::UseCases::Lib::Files::FilePattern
- Included in:
- Samples::Drivers::Sftp
- Defined in:
- lib/eco/api/usecases/lib/files/file_pattern.rb
Defined Under Namespace
Classes: WrongConst
Constant Summary collapse
- CONST_REFERRAL =
/^(?:::)?(?:[A-Z][a-zA-Z0-9_]*(?:::[A-Z][a-zA-Z0-9_]*)*)$/
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
7 8 9 |
# File 'lib/eco/api/usecases/lib/files/file_pattern.rb', line 7 def @options end |