Method: GraphQL::Client::ViewModule#source_path

Defined in:
lib/graphql/client/view_module.rb

#source_pathObject

Public: if this module was defined by a view

Returns absolute String path under app/views.

[View source]

86
87
88
# File 'lib/graphql/client/view_module.rb', line 86

def source_path
  @source_path
end