Method: GraphQL::Client::ViewModule#source_path
- Defined in:
- lib/graphql/client/view_module.rb
permalink #source_path ⇒ Object
Public: if this module was defined by a view
Returns absolute String path under app/views.
86 87 88 |
# File 'lib/graphql/client/view_module.rb', line 86 def source_path @source_path end |