Module: Taro::Types::Shared::Pattern::ClassMethods
- Defined in:
- lib/taro/types/shared/pattern.rb
Instance Attribute Summary collapse
-
#openapi_pattern ⇒ Object
readonly
Returns the value of attribute openapi_pattern.
-
#pattern ⇒ Object
Returns the value of attribute pattern.
Instance Attribute Details
#openapi_pattern ⇒ Object (readonly)
Returns the value of attribute openapi_pattern.
11 12 13 |
# File 'lib/taro/types/shared/pattern.rb', line 11 def openapi_pattern @openapi_pattern end |
#pattern ⇒ Object
Returns the value of attribute pattern.
11 12 13 |
# File 'lib/taro/types/shared/pattern.rb', line 11 def pattern @pattern end |