class CloudFlare::Record

Overview

A single record.

Included Modules

Defined in:

cloudflare.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def content : String #

[View source]
def content=(content : String) #

[View source]
def id : String #

[View source]
def id=(id : String) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def proxied : Bool #

[View source]
def proxied=(proxied : Bool) #

[View source]
def type : String #

[View source]
def type=(type : String) #

[View source]
def zone_id : String #

[View source]
def zone_id=(zone_id : String) #

[View source]
def zone_name : String #

[View source]
def zone_name=(zone_name : String) #

[View source]