Method: Variable#discrete?

Defined in:
lib/nesstar-api/variable.rb

#discrete?Boolean

Indicates whether the variable is discrete.

Returns:

  • (Boolean)


20
21
22
# File 'lib/nesstar-api/variable.rb', line 20

def discrete?
  ['intrvl'] == 'discrete'
end