class Rallio::AccountOwnership

Represents an account ownership object as it comes from Rallio.

@!attribute [rw] user_id

@return [Integer] unique id for user

@!attribute [rw] account_id

@return [Integer] unique id for account

@!attribute [rw] account_name

@return [String] account name

@!attribute [rw] account_franchisor_id

@return [Integer] unique id for franchisor

@!attribute [rw] account_franchisor_name

@return [String] franchisor name

Public Class Methods

response_key() click to toggle source

(see Rallio::FranchisorOwnership.response_key)

# File lib/rallio/account_ownership.rb, line 27
def self.response_key
  'account_ownership'
end
url_segment() click to toggle source

(see Rallio::FranchisorOwnership.url_segment)

# File lib/rallio/account_ownership.rb, line 22
def self.url_segment
  'account_ownerships'
end