Class: RailsAdmin::ApplicationHelper::ViewType

Inherits:
Struct
  • Object
show all
Defined in:
app/helpers/rails_admin/application_helper.rb

Overview

Creative whitespace:

Instance Attribute Summary collapse

Instance Attribute Details

#authorizationObject

Returns the value of attribute authorization

Returns:

  • (Object)

    the current value of authorization



13
14
15
# File 'app/helpers/rails_admin/application_helper.rb', line 13

def authorization
  @authorization
end

#parentObject

Returns the value of attribute parent

Returns:

  • (Object)

    the current value of parent



13
14
15
# File 'app/helpers/rails_admin/application_helper.rb', line 13

def parent
  @parent
end

#path_methodObject

Returns the value of attribute path_method

Returns:

  • (Object)

    the current value of path_method



13
14
15
# File 'app/helpers/rails_admin/application_helper.rb', line 13

def path_method
  @path_method
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



13
14
15
# File 'app/helpers/rails_admin/application_helper.rb', line 13

def type
  @type
end