class JiraApi::JiraPaginatedResponse

Included Modules

Defined in:

model.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def expand : String #

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

[View source]
def issues : Array(Issue) #

[View source]
def issues=(issues : Array(Issue)) #

[View source]
def max_results : Int32 #

[View source]
def max_results=(max_results : Int32) #

[View source]
def start_at : Int32 #

[View source]
def start_at=(start_at : Int32) #

[View source]
def total : Int32 #

[View source]
def total=(total : Int32) #

[View source]