class Bright::Models::Responses::OccupancyResponse

Included Modules

Defined in:

bright/models/responses/OccupancyResponse.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def data : Array(Occupancy) #

[View source]
def data=(data : Array(Occupancy)) #

[View source]
def metadata : Metadata #

[View source]
def metadata=(metadata : Metadata) #

[View source]
def paging : Paging #

[View source]
def paging=(paging : Paging) #

[View source]