class Brium::Keyword

Included Modules

Defined in:

brium/keyword.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def actual : Int32 #

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

[View source]
def billable : Bool #

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

[View source]
def budget : Int32 #

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

[View source]
def end : Time | Nil #

[View source]
def end=(end __arg0 : Time | Nil) #

[View source]
def expected_end : Time | Nil #

[View source]
def expected_end=(expected_end : Time | Nil) #

[View source]
def keyword : String #

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

[View source]
def start : Time #

[View source]
def start=(start : Time) #

[View source]