class ZohoSdk::Analytics::Column

Constants

DATA_TYPES

Attributes

name[R]
table[R]

Public Class Methods

new(name, table, client) click to toggle source
# File lib/zoho-sdk/analytics/column.rb, line 21
def initialize(name, table, client)
  @name = name
  @table = table
  @client = client
end